View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Damien McBain[_2_] Damien McBain[_2_] is offline
external usenet poster
 
Posts: 49
Default Worksheet copy speed

"Lewis Brunton" wrote in message
...
Hi,

I workshet with 60 VBA controls on it and 786 lines of vba code behind
those
controls. Where possible the code uses functions and sub routines to save
repetition.

The problem I have is that when I try and copy the sheet it takes about 30
seconds to copy the single sheet!!!!

Is their anything I can do to speed it up? I have stripped the vba code of
all indents, spaces, and comments.


Can you post an example of the code that you think is too slow?