I have a workbook which is link to many other workbooks,
everytime I go to open the workbook which is filled with external data I get this message 'do I want to update the external data'.
This is ALWAYS answered yes, does anyone know how to make is automatic click yes?!?
I've tried
Application.DisplayAlerts = False
and
Application.screenupdating = false
But nothing seems to work.
everytime I go to open the workbook which is filled with external data I get this message 'do I want to update the external data'.
This is ALWAYS answered yes, does anyone know how to make is automatic click yes?!?
I've tried
Application.DisplayAlerts = False
and
Application.screenupdating = false
But nothing seems to work.