Posted to microsoft.public.excel.programming
|
|
Change variable value of -1 to 1
Try
x = -1
x = Abs(x)
Mike
"Les Stout" wrote:
Hello all, could somebody please tell me how to do the above in my code,
i am subtracting two dates and get a - value and would like to remove
the minus. My variable is long.
Best regards,
Les Stout
*** Sent via Developersdex http://www.developersdex.com ***
|