Microsoft
Software
Hardware
Network
Question : bypass delete verification
I want to delete alot of worksheets in a macro, and need to bypass the prompt
"Data may exist in te sheets(s) selected for deletion. To permanently delete the data, press Delete."
For I = 1 To 96
Sheets("Data" & I).Select
ActiveWindow.SelectedSheet
s.Delete
Next I
Answer : bypass delete verification
Try adding:
Application.displayalerts = False
before the loop
For safety, I would add this after the loop:
Application.displayalerts = True
Random Solutions
Restore problem
EBS 2008 Server Problem
Excel 2003 is looking for pro11.msi, where can i find it and why is it needed all of a sudden?
lock cloumn width for only selected cells
windows server 2008 disable service sac prompt
Silverlight convert XAML to xaml.cs code at runtime
SQL query question
excel remove chars
How to convert this VB.NET code to VC# code?
Multiple criteria for ms access query