I have 3 workbooks. Call them A,B and C.
B receives data from C via a link
A receives data from B, including data B received from C
I want to update all the links when I open A
I get that a Workbook_open event is used from ThisWorkbook in Workbook A, in VBA
I have spent many hours attempting to get this to work to no avail
Tiny bits of my code work but have troubles with updating links, which stalls the code that starts on A opening