I am trying to open an xlsx file via VBA in a xlsm wb so that the xlsx sheet contents can be copied into the xlsm wb, but I am having trouble bypassing a "SECURITY WARNING External Data Connections have been disabled" prompt that occurs after issuing the Workbooks.Open command (below).
SECURITYWARNING_Excel.png
For the UpdateLinks param I have tried:![]()
Please Login or Register to view this content.
- Not using it.
- Setting it = True.
- Setting it = False.
- Using an Enter via Sendkeys.
None get me past the prompt.
Thoughts would be appreciated. Thx!
Bookmarks