View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Update Links Popup

the open command has an updatelinks property. Use that to tell the
worksheet what to do with links.

--
Regards,
Tom Ogilvy

"Dthmtlgod" wrote in message
...
I am trying to do some macro programming, open up a spreadsheet, print and
move files, no problems on that end. I do run into one snag, when I open

up
certain spreadsheets, I get the window to update the links ("yes or no").

I need to get past this.

Any ideas?