Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I update links automatically when I drop a worksheet into a workbook?
I have a data sheet that contains links to all the worksheets in my workbook. I use the data sheet as a template. I select update links when I copy the worksheet into my workbook but, I have to manually select each item to update it. Is there a way to update all of my links when it is dropped into the workbook? I have already checked my calculations to make sure they are automatic. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You will probably need to write a macro, you can record the Update Links steps and then attach that code to a Private Sub Workbook_NewSheet(ByVal Sh As Object) ActiveWorkbook.UpdateLink Name:= _ "C:\Documents and Settings\Shane Devenshire\My Documents\PhoneNumbers.xls", _ Type:=xlExcelLinks End Sub -- If this helps, please click the Yes button Cheers, Shane Devenshire "wcurtis" wrote: How can I update links automatically when I drop a worksheet into a workbook? I have a data sheet that contains links to all the worksheets in my workbook. I use the data sheet as a template. I select update links when I copy the worksheet into my workbook but, I have to manually select each item to update it. Is there a way to update all of my links when it is dropped into the workbook? I have already checked my calculations to make sure they are automatic. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update Links | New Users to Excel | |||
update links | Excel Discussion (Misc queries) | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
keep value from last update and don't ask to update links | Excel Discussion (Misc queries) | |||
can't update links...can't find links | Excel Discussion (Misc queries) |