Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a fairly large spreadsheet in which I have protected certai cells from being accidentially modified by the user by setting Data - Validation - Custom - =. I have found that it would be much mor beneficial if I could instead have a pop-up box when a user tried t modify a certain cell asking for verification before allowing them t modify the cell. Is there a way to specify certain cells to call pop-up box when a user tries to modify them -- Prometheu ----------------------------------------------------------------------- Prometheus's Profile: http://www.excelforum.com/member.php...fo&userid=1569 View this thread: http://www.excelforum.com/showthread.php?threadid=46689 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might want to look at the worksheet selection change event.
Change $A$1 to your cell address Or you can generalize it by looking at target.row and/or target.column If target.Address = "$A$1" then 'code for pop-up Else ' alternate code End If Post back if you need actual code. -- steveB Remove "AYN" from email to respond "Prometheus" wrote in message ... I have a fairly large spreadsheet in which I have protected certain cells from being accidentially modified by the user by setting Data - Validation - Custom - =. I have found that it would be much more beneficial if I could instead have a pop-up box when a user tried to modify a certain cell asking for verification before allowing them to modify the cell. Is there a way to specify certain cells to call a pop-up box when a user tries to modify them? -- Prometheus ------------------------------------------------------------------------ Prometheus's Profile: http://www.excelforum.com/member.php...o&userid=15697 View this thread: http://www.excelforum.com/showthread...hreadid=466894 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Delayed reply, been busy lately :) Actually, if you could post a few lines of sample code that would be great, I've never worked with the worksheet selection change event. Thanks. -- Prometheus ------------------------------------------------------------------------ Prometheus's Profile: http://www.excelforum.com/member.php...o&userid=15697 View this thread: http://www.excelforum.com/showthread...hreadid=466894 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Email message on cell change event | Excel Worksheet Functions | |||
Change the position of a pop message | Excel Discussion (Misc queries) | |||
How to change and error message to text | Excel Worksheet Functions | |||
how do you change font size in message box | Excel Discussion (Misc queries) | |||
Change Message on Protected Worksheet | Excel Programming |