Thread: number testing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dcdc2 dcdc2 is offline
external usenet poster
 
Posts: 4
Default number testing

You just need to compare the value with its rounded value...

example if (x = round(x)) then ...
(in place of round try any function you like for that purpose, maybe int() )