Copy Sheets

poleary2000

Active Member
Joined
Apr 1, 2002
Messages
354
I have a worksheet that has several ActiveX controls. What is the most expediant way to copy this sheet and place it before the sheet that is being copied? I have tried

ActiveSheet.Copy

It takes about 10 seconds to copy. Is there another way to copy the sheet that will be faster?

Any suggestions?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I'm sorry. I should have been more specific. The code I am currently using is:

ActiveSheet.Copy Before:=Sheets("Start")

This takes between 10 & 15 seconds to copy the sheet because it has about 15 ActiveX controls on it. Is there anyway to speed this process up?
 
Upvote 0
I really need some help with this. I have looked at various website regarding making code run faster but can't find anything on this specific topic.
 
Upvote 0

Forum statistics

Threads
1,213,496
Messages
6,113,993
Members
448,539
Latest member
alex78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top