I have a VBA routine that creates a temporary worksheet for storing some information. (shtTemp = wbkWorkbook.Worksheets.Add)
When I finish my routine I need to delete the temporary worksheet, but this creates a user visible "are you sure" dialog box
I guess I could just set my sheet to be xlVeryHidden and re-use it next time, but is there a way to delete it without the user seeing a prompt?
StuartR



