Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i do the validation that if I want the data to be insert i
integer? If other then integer, an error msg will pop up. My code is as follow: If TextHours.Value = "" Then MsgBox "You must enter a value in working hour." Exit Sub I had tried before the code following... but cannot work If TextHours.Value = "" Or TextHours.Value < int Then MsgBox "You must enter a value in working hour." Exit Sub Can u all point out what is the mistake that I had done -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming | |||
Validation (Drop down list vs simple text length validation) | Excel Programming |