View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Invert Negative number?

ABS(num)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"NateBuckley" wrote in message
...
Hello I'm just wondering if there is a built-in VBA function that'll
invert
negative numbers so for example: -654 becomes 654.

Thanks for any help thrown my way.

Nate