Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
have a workbook and I have set up VBA code to save the workbook as a
different workbook. All is working fine except when I open the new workbook I get asked if I want to update the links to the old workbook. I want to break this link when I write my new workbook so I set the save code to be: With newBook ..UpdateRemoteReferences = False ..SaveLinkValues = False ..SaveAs Filename:=strFileName ..Close End With Trouble is this doesn't seem to work. My new workbook still has the Update Remote References option set on when I open the new workbook and I get asked if I want to update the references. I want to save the book without the links being active. What am I doing wrong? Thanks in advance Roy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Slow opening links between workbooks with links created in 2003 | Excel Discussion (Misc queries) | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
Edit Links: Changing links on a protected worksheet | Excel Discussion (Misc queries) | |||
Relative Links becoming Absolute Links? | Excel Programming | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions |