Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I got this code from this ng (apologies for not knowing the programmer)
but I would like it to incorporate a range, as it only does one cell as it is now, such as A1:A10 or A1:F10 thanks for any help you can give seeya ste Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) If Target.Address = "$A$1" Then If ActiveCell.HasFormula Then MsgBox ("Please do not type in this cell, Thankyou..") Else End If End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel msgbox when cell range is clicked | Excel Discussion (Misc queries) | |||
Wait for user to change data after msgbox ???? | Excel Discussion (Misc queries) | |||
MsgBox -change vpOk to VpOkStop | Excel Programming | |||
DISPLAY RANGE AT MSGBOX | Excel Programming | |||
how change selection when msgbox dialog box on screen? | Excel Programming |