View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
crossplatform[_3_] crossplatform[_3_] is offline
external usenet poster
 
Posts: 1
Default Deleting a sheet

try this:

Application.ScreenUpdating = False
....
....

Worksheets("tempSheet").Visible = False



This will not delete the temp worksheet, but you can reuse it

--
Message posted from http://www.ExcelForum.com