|
-
Aug 28th, 2000, 08:40 AM
#1
Thread Starter
New Member
I want to copy Excel sheet where a button is placed and I don't want to copy this button's subroutine. How to do it?
How do remove the button from the new worksheet?
I've tried like this:
Worksheets(1).CommandButton1.Delete but it doesn't work.
but this works
Worksheets(1).CommandButton1.Visisble=False
Why?
Please help.
Jacek
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|