Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default worksheet event macros

what is the essential differences between
worksheets_selectionchange
and
worksheets_change


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default worksheet event macros

Hi R,

The Worksheet_Selection change event is triggered by when the selection
moves; the Worksheet_Change event is triggered by a change of value.

See Chip Pearson's comprehensive overview of event procedures at:

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


---
Regards,
Norman



"R.VENKATARAMAN" wrote in message
...
what is the essential differences between
worksheets_selectionchange
and
worksheets_change




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default worksheet event macros

thank you . I read through Pearsons's page. It is very clear.

But still I have one semantic doubt
in the example for worksheet _change event the second line is

If Target.Address = "$A$1" Then
Application.EnableEvents = False

but if the target or (I presume it means activecell ) is A1 should not the
the whole 'macro' be fired. in that case how can enableevents be false .
does it not mean the macro will NOT be fired.
some cobweb is there is my mind. will you kind enough to clarify.
probably I am confused about the term <target . the confusiion is there
even
in composing this message.

thanks in advance


"Norman Jones" wrote in message
...
Hi R,

The Worksheet_Selection change event is triggered by when the selection
moves; the Worksheet_Change event is triggered by a change of value.

See Chip Pearson's comprehensive overview of event procedures at:

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


---
Regards,
Norman



"R.VENKATARAMAN" wrote in message
...
what is the essential differences between
worksheets_selectionchange
and
worksheets_change










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
Event Macros Help Needed edo Excel Discussion (Misc queries) 6 February 26th 09 09:55 PM
event macros - xl 2003 Sue Excel Worksheet Functions 8 November 7th 05 07:46 AM
Conditional Formatting using Event Macros PamKT Excel Programming 6 October 23rd 05 08:17 PM
Event Procedures: Event on Worksheet to fire Event on another Worksheet Kathryn Excel Programming 2 April 7th 04 07:35 PM


All times are GMT +1. The time now is 02:02 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"