Thread
:
avoid warning when removing sheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Snake Plissken[_2_]
external usenet poster
Posts: 75
avoid warning when removing sheet
like this I suppose:
iSheetMax = Sheets.Count
' Delete other sheets
application.DisplayAlerts =False
For iSheet = 2 To iSheetMax
Sheets(2 + iSheetMax - iSheet).Delete
Next
application.DisplayAlerts =true
Reply With Quote
Snake Plissken[_2_]
View Public Profile
Find all posts by Snake Plissken[_2_]