Thread
:
How to confirm a cell entry is a whole number
View Single Post
#
2
Posted to microsoft.public.excel.programming
smartin
external usenet poster
Posts: 915
How to confirm a cell entry is a whole number
Robert Flanagan wrote:
Any suggestions on how to confirm that the value in a cell is a whole
number?
Bob
Def IsWholeNumber as Boolean
IsWholeNumber = MyValue = Abs(Int(MyValue))
Reply With Quote
smartin
View Public Profile
Find all posts by smartin