ab123456
Chemical
- Mar 18, 2003
- 58
I have a macro that deletes a sheet from the workbook if a certain event occurs. This is done by the code
Sheets("OldSheet"
.delete
the problem is that Excel prompts the user to confirm delete, is there a way i can stop this message popping up and delete the sheet without prompting
Thanks
Sheets("OldSheet"
the problem is that Excel prompts the user to confirm delete, is there a way i can stop this message popping up and delete the sheet without prompting
Thanks