J
julio
I have an add-in link to a template. Whenever a file is created on the basis
of this template and the file is opened, user 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 do this ???
Thanks
of this template and the file is opened, user 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 do this ???
Thanks