LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default UpdateLinks Popup on Workbooks.Open

I have a refreshable Excel file that is linked to data imported from Access.

When I open the file using a Macro button with a Workbooks.Open sub, I get
an Update Links popup.

But, when I open the file directly from the network folder or shortcut, I
don't get the Update Links popup.

I have a temporary workaround with an UpdateLinks:=False. But I would like
to resolve the issue without a bandaid.

Sub OpenCat()
Workbooks.Open "\\Network_Path\Category_template.xlsx", UpdateLinks:=False
'UpdateLinks:=False cmd is like clicking CONTINUE to leave links as
is.
ActiveWorkbook.SaveAs Filename:="C:\WINDOWS\Temp\Category.xlsx"
'This saves a temp file on end-users PC, leaving original template
as is.
End Sub

--
Thanks, Kevin

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel2007; workbooks.count is not counting all open workbooks greg.campeau Excel Programming 2 August 2nd 08 08:37 PM
Workbooks.Open Filename:=.UpdateLinks:=0, IgnoreReadOnlyRecommended:=True [email protected] Excel Discussion (Misc queries) 5 November 9th 07 09:52 AM
Popup window on open kraway Excel Discussion (Misc queries) 1 January 12th 07 03:19 PM
popup box asking to select an open book/sheet? drdavidge Excel Programming 4 August 16th 06 09:28 PM
Excel 2003 Workbooks.Open with CorruptLoad=xlRepairFile fails on Excel 5.0/95 file due to Chart, with Error 1004 Method 'Open' of object 'Workbooks' failed Frank Jones Excel Programming 2 June 15th 04 03:21 AM


All times are GMT +1. The time now is 04:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"