J
julio
I have an add-in linked to a template, based on which a file is created. When
the user opens this file, he is prompted about updating links.
To avoid it, I tried
sub Workbook_Open()
..........
ActiveWorkbook.UpdateLinks = xlUpdateLinksNever
........
which doesn't work, because the message pops up before _open is run. How do
I get this to work ???
Thanks
the user opens this file, he is prompted about updating links.
To avoid it, I tried
sub Workbook_Open()
..........
ActiveWorkbook.UpdateLinks = xlUpdateLinksNever
........
which doesn't work, because the message pops up before _open is run. How do
I get this to work ???
Thanks