Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mangesh:
I add IsNumber(x) inside my code as follow: If TextHoursSpent.Value = "" Then MsgBox "You must enter your hours spent." Exit Sub Else If TextHoursSpent.Value < IsNumber(x) Then MsgBox "You must enter an integer. " Exit Sub End If End If But it gave me a compile error message which is "Sub or Function no define"... I'm still new in vba... Probably u can guide me on this..? Thanks a lot... and hope I can hear from anyone that know the solutio for the 2 features above that I mention. -- 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 |