If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Multiple worksheet copy/paste problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-05, 17:11
bhavesh78 bhavesh78 is offline
Registered User
 
Join Date: Dec 2004
Posts: 78
Question Multiple worksheet copy/paste problem

I am using the following code to enable and disable copy/paste in my worksheets.

http://xcelfiles.homestead.com/VBA_Quick13.html

The problem is if I open multiple worksheets and disable copy on one of the worksheets, it disables copy on all other worksheets too. Is there a way so that I can enable or disable copy/paste only on the worksheet I wish. All my worksheets have only one sheet.

Thank you.

~BS
Reply With Quote
  #2 (permalink)  
Old 01-13-05, 17:14
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
I guess the "quick-hack" answer is to enable and disable the functions for ONLY the worksheets you need disabled through event driven subs...
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 01-14-05, 14:23
bhavesh78 bhavesh78 is offline
Registered User
 
Join Date: Dec 2004
Posts: 78
Can you please elobrate or give example of the code.

Thanks.

~BS
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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