Bypass information

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.
 
L

Luke M

Application.DisplayAlerts = False

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