![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 317
|
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?
__________________
Thanks in advance, Patrick |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: OKC
Posts: 98
|
Sub Macro1()
Sheets("Sheet1").Copy Before:=Sheets(1) End Sub |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 317
|
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?
__________________
Thanks in advance, Patrick |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 317
|
I can't get any other method to work other than what I have already tried. Any ideas?
__________________
Thanks in advance, Patrick |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 317
|
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.
__________________
Thanks in advance, Patrick |
|
|
|
|
|
#6 |
|
Join Date: Apr 2002
Posts: 12
|
|
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Apr 2002
Location: Pittsburgh, PA
Posts: 317
|
No...sorry doesn't really help. Guess this is a lost cause?? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|