Copy sheet from addin

  • Thread starter Thread starter jacob
  • Start date Start date
J

jacob

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
 
Just the way things are.
Setting Calculation to manual could save time
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top