MrMajik
IS-IT--Management
- Apr 2, 2002
- 267
I am using VisualBasic and have the code delete a worksheet called Temp when done with it. Here is how I am doing it:
Sheets("Temp"
.Select
ActiveWindow.SelectedSheets.Delete
This always asks the user if they want to delete it. The answer is always Yes. Is there a way to delete a worksheet without the user getting involved?
Thank you.
Sheets("Temp"

ActiveWindow.SelectedSheets.Delete
This always asks the user if they want to delete it. The answer is always Yes. Is there a way to delete a worksheet without the user getting involved?
Thank you.