Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default action on cell activate

How do I get a cell to perform an action (fill in a value) upon selection
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default action on cell activate

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excell copy action pauses for 15 second for the smallest action Meekal Excel Discussion (Misc queries) 1 January 28th 10 04:30 PM
Action after Activate a cell tang lk[_2_] Excel Programming 2 April 10th 05 12:24 PM
onClick action from cell selection Beanymonster Excel Programming 4 July 16th 04 09:25 PM
Excel VBA - Action if a cell holds a certain value? hibatt Excel Programming 2 June 19th 04 08:24 PM
Perform action when cell is clicked Jason[_26_] Excel Programming 3 October 4th 03 06:08 PM


All times are GMT +1. The time now is 04:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"