You could open the workbook from another workbook using the
Open method with the UpdateLinks argument set to 3...
'--
Workbooks.Open "MySpecialWorkbook.xls",UpdateLinks:=3
ActiveWorkbook.RunAutoMacros xlAutoOpen
'--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
("rows to repeat at bottom" now available)
"dim"
wrote in message
Hi folks,
Hope everyone is keeping well. :-)
I'm looking to incorporate code into my auto-open macro so that the error
message shown here does not appear:
I want the 'Update' option to be automatically selected when the workbook
opens.
Does anyone know how I can do this?
Thanks, and have a Merry Christmas! :-)