Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a series of weekly financial reports that are always named like this
"Weekly report Week "&<WeekNo.&".xls" I've written a macro on a summary document that prompts the user to select the week they want to summarize and change the link to reference the new week. I change the link using the ActiveWorkbook.ChangeLink Name:="X:\Weekly report Week 01.xls", NewName:=NewLinkName, Type:=xlExcelLinks method. The problem is that when the user opens the .xlt file and selects a week everything works normally but if they change the week and then change it again the code breaks because there is now no link named "X:\Weekly report Week 01.xls" How can you get a list of the links in an excel file without using an add-on? |
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) | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions | |||
can't update links...can't find links | Excel Discussion (Misc queries) |