Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try the SelectionChange event for the worksheet.
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address < "$A$1" Then If Sheet1.Cells(1, 1).Value = "" Then MsgBox "Cell A1 cannot be blank!" Sheet1.Cells(1, 1).Activate End If End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Blank (empty) cell always equal to 0?? | Excel Discussion (Misc queries) | |||
Setting Purely BLANK Cell | Excel Worksheet Functions | |||
Replace null string with blank cell | Excel Discussion (Misc queries) | |||
Look for change next blank cell in Range | Excel Worksheet Functions |