MacroScope
Programmer
I need to identify whether a number is or is not a whole number. The Int function will convert a number like 18.6 to 18, but I don't want that. I want something equivalent to an IsInt function (which I know doesn't exist) which would return True for 18 and false for 18.6.
Any suggestions on how I can accomplish that?
Any suggestions on how I can accomplish that?