Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to create a copy of my large workbook which contains no links. I
am writing a macro in visual basic 6.3 for Excel 2000 and cannot find a suitable function. Any ideas? Thanks for your help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "peadar" wrote in message ... I would like to create a copy of my large workbook which contains no links. I am writing a macro in visual basic 6.3 for Excel 2000 and cannot find a suitable function. Any ideas? Thanks for your help! SaveAs ? /Fredrik |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In xl2002+, there's an option for breaking links.
Edit|links|Break links. You could copy|paste special|values, but that will remove all formulas--not just links to other workbooks. You could use Bill Manville's FindLink addin to have more control. You can find it he http://www.oaltd.co.uk/MVP/Default.htm peadar wrote: I would like to create a copy of my large workbook which contains no links. I am writing a macro in visual basic 6.3 for Excel 2000 and cannot find a suitable function. Any ideas? Thanks for your help! -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
break links not working | Excel Discussion (Misc queries) | |||
Break Links But Keep Formulas | Excel Discussion (Misc queries) | |||
Break Links | Excel Discussion (Misc queries) | |||
Unable to break links | Excel Worksheet Functions | |||
How to break links Excel 97 | Excel Discussion (Misc queries) |