Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get a cell to perform an action (fill in a value) upon selection
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Right click on the sheet tab you wnat to add the action to. Select View Code.
Aboce the code window you will see a drop down with the word general in it. Change it to worksheet. When you do this a procedure will be added to the code window. This is the selection change event. Whenever the user moves around on this sheet this code will execute. There is a Target, which is the cell that was just selected. You can use this the same as you would the active cell. -- HTH... Jim Thomlinson "KimR.Hammel" wrote: How do I get a cell to perform an action (fill in a value) upon selection |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell copy action pauses for 15 second for the smallest action | Excel Discussion (Misc queries) | |||
Action after Activate a cell | Excel Programming | |||
onClick action from cell selection | Excel Programming | |||
Excel VBA - Action if a cell holds a certain value? | Excel Programming | |||
Perform action when cell is clicked | Excel Programming |