Update links = no

K

kevin

Hi

I want to open a file but automatically say no to "update
links" - i am doing this from a personal macro

Workbooks.Open PLpath, UpdateLinks:=False

this does not work in a personal macro but it will work
for a workbook macro

Any ideas why and how i can get round this
Thanks
 
T

Tom Ogilvy

Should work from anywhere.

False should work, but the actual argument is Zero

Workbooks.Open PLpath, UpdateLinks:=0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top