S Shawny Registered User. Local time Today, 21:34 Joined Apr 15, 2000 Messages 64 Sep 10, 2004 #1 Could anyone share with me the code to prevent the 'Action Failed' box from showing when a macro fails?
Could anyone share with me the code to prevent the 'Action Failed' box from showing when a macro fails?
ColinEssex Old registered user Local time Today, 21:34 Joined Feb 22, 2002 Messages 9,451 Sep 10, 2004 #2 SetWarnings = No (1st line of macro) SetWarnings = Yes (last line of macro) Col