Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to modify the following code:
If Not IsEmpty(Cells(22, 11)) Then MsgBox "Old code" Exit Sub End If to this: If Not IsEmpty(Cells(22, 11) = "QS") Then MsgBox "New code" Exit Sub End If It has not worked, what should it be. Appreciate your help. Pat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#N/A Message | Excel Discussion (Misc queries) | |||
Pop Up Message | Excel Discussion (Misc queries) | |||
changing the message in an error message | Excel Worksheet Functions | |||
message box | Excel Programming | |||
Displaying a message in a message box without requiring user to click anything to proceed | Excel Programming |