Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am just working on a simple data validation code, and its not working.
Any help would be appreciated. Thanks in advance Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address = "A:A" Then If Len(Target) 5 Then MsgBox "Must be 5 or less Characters" Target.ClearContents End If End If End Sub -- Ariel Dugan Assistant Manager Down To Earth Natural Foods |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
workbook_Open event Procedure | Excel Discussion (Misc queries) | |||
Event Procedure | Excel Programming | |||
Event Procedure again | Excel Programming | |||
Event Procedure Programming | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |