Thread: Negative number
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TJF[_3_] TJF[_3_] is offline
external usenet poster
 
Posts: 7
Default Negative number

How can I recognize (in VB) a number is negative?

num1 = 5
num2 = 7
num3 = -4

If numx = "negative" then
......



Thanks Tom