E Eni001 Jan 7, 2008 #1 I need VBA code that will select OK when the popup is generated in response to a command to delete a worksheet. Regards
I need VBA code that will select OK when the popup is generated in response to a command to delete a worksheet. Regards
J Joel Jan 7, 2008 #2 You can turn off the pop up with the following line Application.DisplayAlerts = False