Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Re : Excel event handler Worksheet_SelectionChange

Re : Excel event handler Worksheet_SelectionChange

1. Having made use of an event handler,
Private Sub Worksheet_SelectionChange(ByVal Target As Range).

2. For example ; Commence selection at cell A1 ; right-click to show
short-cut menu and select Copy.

3. Next, select cell B1 ; right-click to show short-cut menu ; but,
the menu items Paste and Paste Special were dimmed (in effect, it's
rendered powerless).

4. That means that it ain't able to carry out the regular recipe of
Copy-and-Paste.

5. The requirement is, Copy-and-Paste operations should be restored ;
Please enlighten.

6. Otherwise, how to circumvent the suspension of Copy-and-Paste ?
What is the viable and amicable alternative to achieve the same ?

7. Regards.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Re : Excel event handler Worksheet_SelectionChange

Post your Worksheet_SelectionChange event. Solving the
problem without knowing what your code contains is very
difficult. I use Worksheet_SelectionChange all the time,
and never have problems with copy/paste.


-----Original Message-----
Re : Excel event handler Worksheet_SelectionChange

1. Having made use of an event handler,
Private Sub Worksheet_SelectionChange(ByVal Target As

Range).

2. For example ; Commence selection at cell A1 ; right-

click to show
short-cut menu and select Copy.

3. Next, select cell B1 ; right-click to show short-cut

menu ; but,
the menu items Paste and Paste Special were dimmed (in

effect, it's
rendered powerless).

4. That means that it ain't able to carry out the regular

recipe of
Copy-and-Paste.

5. The requirement is, Copy-and-Paste operations should

be restored ;
Please enlighten.

6. Otherwise, how to circumvent the suspension of Copy-

and-Paste ?
What is the viable and amicable alternative to achieve

the same ?

7. Regards.
.

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
Worksheet_change event handler error gen Excel Discussion (Misc queries) 0 January 18th 08 04:55 AM
What code do I use to attach event handler that will open my user. TeresaManley Excel Worksheet Functions 2 May 5th 07 09:55 PM
Where?Worksheet code module or Worksheet_SelectionChange event han Kenzie Excel Worksheet Functions 4 January 30th 06 09:41 PM
Worksheet_SelectionChange Problem Casey Excel Discussion (Misc queries) 2 September 20th 05 08:23 PM
Worksheet_SelectionChange not working Bo Rasmussen New Users to Excel 1 December 13th 04 02:34 PM


All times are GMT +1. The time now is 10:22 PM.

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

About Us

"It's about Microsoft Excel"