Bypass information

  • Thread starter Thread starter gotroots
  • Start date Start date
G

gotroots

Hi,

'This workbook contains one or more links that cannot be updated.'

Button1: Continue
Button2: Edit Links...

The above msgbox prevents code from fully executing, what is the code
required to accept Button1: Continue and allow the code to continue its
execution.

Thank you for any help given.
 
Application.DisplayAlerts = False

This will ignore the alert message, and continue on its merry way.
 
Back
Top