View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default is 0 an integer?

Yes, zero is an integer, mathematically speaking. In VBA, a 0 value may be
an Integer, a Long, a Single, or a Double, depending on the context in which
it is used.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)

"Max Bialystock" wrote in message
...
is 0 an integer?