Disable Automatic Link Message

K

Kavi

Hi
Is there a VBA Option to disable the message 'The
Workbook you opened contains automatic Links to another
work book.....' each time an Excel File is opened. We
always say 'No' to that. Since we have about 100 Excel
files, we are trying to disable this feature
Thanks for your help
Kavi
 
J

JON JON

Hello Kavi,

For each file with links to other workbook go to edit|links|startup prompt
and see there the option. (I guess this is made available only in xl 2002).
The next time you open the file it will not show the prompt again.

If your opening file via VBA use this code

Workbooks.Open Filename:="C:\ Filename.xls", UpdateLink:=False ' Will not
update links

Regards,

Jon-jon
 
K

Kavi

Thanks Jon..
It seems to be working only in Excel 2002 and not with
Excel 2000 (VBA code).
Kavi
 

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