View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CLamar CLamar is offline
external usenet poster
 
Posts: 7
Default I know this may be a crazy question but....

I have code where i have to activate the sheet in order for the code
correctly. Now, I dont want that sheet to be displayed because it slows down
the macro. Is there a way to either Activate the sheet and not have it
displayed or another way to disable screen updating besides
Application.ScreenUpdating = False cause that doesnt work

thanks