I have an Access(2000) program that is doing some manipulation to Excel(2000) workbooks. When I execute the following command, I get a dialog box asking me to confirm the deleteion:
objWkbk.Worksheets(intCnt).Delete
How can I temporarily disable the dialog box asking me to confirm the delete?
Thanks in advance,
Michael
objWkbk.Worksheets(intCnt).Delete
How can I temporarily disable the dialog box asking me to confirm the delete?
Thanks in advance,
Michael