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
HEAP[.exe]: Invalid Address specified to RtlValidateHeap( 00350000, 0115E000 )
Word 2007 configuration
security update 973904 MS09-073 caused problem
Difference between Works 9 and Office
Open report from a double-click event on a form
Shut down FSMO domain controller
Choosing the right constraint with the select query
SQL - CASE Statement help needed
I want to convert SQL field from HTML to Text
Constant Username and Password Pop up in Exchange 2007