Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I change the Target.Formula="" to calling an alert message?
My appreciation in advance for any help! Kim-Anh Private Sub Worksheet_Change(ByVal Target As Range) If Target.Row 45 And Target.Row<55 And Target.Column = 20 Then Select Case Target.Formula Case "x" 'allow this Case "" 'allow this Case Else 'reset to nothing Target.Formula = "" End Select End If End SubTarget.Formula=" -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom alert message | Excel Discussion (Misc queries) | |||
Message alert | Excel Discussion (Misc queries) | |||
Alert Message | Excel Discussion (Misc queries) | |||
Query Alert Message | Excel Discussion (Misc queries) | |||
MESSAGE ALERT | Excel Programming |