View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.setup
Pugs Pugs is offline
external usenet poster
 
Posts: 7
Default Default Workbook

Roger that.

Thank you!

"Dave Peterson" wrote:

If you add:

application.screenupdating = false
your code to unhide, copy, and hide
application.screenupdating = true

You won't see the flickering.

And you could drop this line:
Sheets("Sheet").Select

You didn't do anything once you selected it.