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
The LinkMasterFields property setting has produced this error: "The object doesn't contain the Automation object 'tbluserSpec. "
MS Chart Control Legend Items Truncated
Memory Dump (WinDbg Provided)
How can I correct a make table query in Access 2003?
Excel to Word Paste Special Object formating problem
runtime error when creating image from stream of bytes (Parameter is not valid)
button to open form in "normal" view (not slideshow)
Error linking tables from MS Access 2003 to Sybase ASE
Proxy Settings
Run program after install -- VB.net (2005) Compact Framework