Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 683
Default Run Macro When Any Cells In Sheet Change

How do I get a particular macro (or macros) to automatically run when any
cell in a particular range of cells change? I don't have much experience in
VBA.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Run Macro When Any Cells In Sheet Change

Hi
see:
http://www.cpearson.com/excel/events.htm

--
Regards
Frank Kabel
Frankfurt, Germany

"Brian" schrieb im Newsbeitrag
...
How do I get a particular macro (or macros) to automatically run when

any
cell in a particular range of cells change? I don't have much

experience in
VBA.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Run Macro When Any Cells In Sheet Change

Brian

Use a private sub on the sheet in question.

Private Sub Worksheet_Change()
code to check what cells were changed and call appropriate macro
end sub

"Brian" wrote:

How do I get a particular macro (or macros) to automatically run when any
cell in a particular range of cells change? I don't have much experience in
VBA.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 683
Default Run Macro When Any Cells In Sheet Change

Thanks,

I think this is a good start in the right direction!

Brian



"Damo" wrote:

Brian

Use a private sub on the sheet in question.

Private Sub Worksheet_Change()
code to check what cells were changed and call appropriate macro
end sub

"Brian" wrote:

How do I get a particular macro (or macros) to automatically run when any
cell in a particular range of cells change? I don't have much experience in
VBA.

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
Macro change sheet tab color and name Gene Augustin Excel Discussion (Misc queries) 7 March 8th 09 09:03 PM
change sheet name macro WBTKbeezy Excel Worksheet Functions 4 February 22nd 06 03:51 PM
Macro to Change Sheet Andrew[_41_] Excel Programming 1 May 4th 04 01:46 AM
Change Sheet By Macro steve Excel Programming 0 July 23rd 03 04:10 PM
Change Sheet By Macro Tom Ogilvy Excel Programming 0 July 22nd 03 04:00 PM


All times are GMT +1. The time now is 09:56 AM.

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"