Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have an addin which include some custom worksheets which are copied from the .xla to a new workbook using ThisWorkbook.Worksheets("CustomSheet1").copy However, the copy operation takes quite a few seconds to accomplish, much longer than f.ex. to copy the same worksheet from an existing normal workbook to another. Is this just the way it is or is there anything I could do to make things happen faster? Any help appreciated. jacob |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just the way things are.
Setting Calculation to manual could save time -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If nothing else, it is good to know. Thx. -----Original Message----- Just the way things are. Setting Calculation to manual could save time. --- Message posted from http://www.ExcelForum.com/ . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
Reference Addin Module from sheet code | Excel Programming | |||
addin problem: sheet mismatch by function parameters | Excel Programming | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming |