View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Erin[_5_] Erin[_5_] is offline
external usenet poster
 
Posts: 19
Default # added to number in function procedure

Hi All,

Does anyone know why VBA would add a # after a number.

I type in:

anNewIP = anNewIP + 2147483648

And when I move to the next line the code changes to:

anNewIP = anNewIP + 2147483648#

I've never seen this before.

Thanks.