Delete Sheet without warning message (no VBA)

S

Stan Brown

As you know, when you do Edit | Delete Sheet, Excel pops up a warning
that the sheet "may contain data" (doesn't it know? :) and do you
really want to delete it.

I've been doing an iterative process of testing a program that
inserts its results on a new sheet in the active workbook. Then I
delete the sheet, change a parameter, and run the sheet again. I'd
like to suppress the warning.

I know how to do it in VBA, but is there any Excel option that will
suppress that warning through the GUI?
 
Top