Hi guys
I just ran into a problem where my excel file runs OK in excel 2010 but when someone opens it in excel 2013 they get a menu pop up warning about it being unable to update a link. I have been trying stop this but no luck
I have tried the code below in workbookopen() but still no luck. Does anyone happen have some idea on what I can do to stop this?
<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; white-space: inherit;">Application.AskToUpdateLinks = False
Application.DisplayAlerts = False
</code>
I just ran into a problem where my excel file runs OK in excel 2010 but when someone opens it in excel 2013 they get a menu pop up warning about it being unable to update a link. I have been trying stop this but no luck
I have tried the code below in workbookopen() but still no luck. Does anyone happen have some idea on what I can do to stop this?
<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; white-space: inherit;">Application.AskToUpdateLinks = False
Application.DisplayAlerts = False
</code>