Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell with number and want to apply the validation on this cell with
date type How can i do this and bing up the error message saying "The value you entered is not valid" in VBA? Shin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If Application.isNumber(Range("A1")) then
Msgbox "The value entered is not valid - " & Range("A1") End if "Shinya Koizumi" wrote: I have a cell with number and want to apply the validation on this cell with date type How can i do this and bing up the error message saying "The value you entered is not valid" in VBA? Shin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Data Validation: Printing Invalid Data Circles | Excel Discussion (Misc queries) | |||
Data Validation not preventing invalid entries | Excel Discussion (Misc queries) | |||
Invalid Validation if cell "Delete"d | Excel Worksheet Functions |