Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default Stop Link Update

I am using three workbooks- a master control workbook, a back-up copy and a
working copy. The following code open the back-up copy, changes it to in
Process and then opens the working copy. Works fine- my problem is that there
is a link in the master control workbook that refers to a value in first
copy. On the second save Excel automatically updates the link in the master
file to refer to the second save. How can I make the link static?

Code in use:

Workbooks.Open Filename:=netwrkpath
Set branchbook = ActiveWorkbook
Sheets("RegionalControl").Range("f12").Value = "IN PROCESS!"
ActiveWorkbook.Save
ActiveWorkbook.SaveAs Filename:=netwrkpath2 '(THIS STEP IS WHERE THE LINK IS
SWITCHED)
Application.Run (macrname)

--
Paul
Reply
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
Can't stop the Update Links? startup prompt Oddjob Excel Discussion (Misc queries) 0 November 19th 09 05:31 PM
Formula - stop the update J Excel Worksheet Functions 3 September 4th 08 06:45 PM
Insert Row - Stop Automatic Formula Update Kevin Excel Worksheet Functions 1 July 8th 08 10:09 AM
Chosen not to update links but they are updated anyway. How stop? Stephen, Generis Excel Discussion (Misc queries) 2 December 21st 05 09:54 PM
More UDF problems; some won't update, some won't stop running! Keith R[_3_] Excel Programming 0 August 1st 03 02:01 PM


All times are GMT +1. The time now is 08:44 PM.

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

About Us

"It's about Microsoft Excel"