Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
looks like links don't work if source and destination worksheets are no open.
Any way to link an open destination to a closed source? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
They don't have to both be open, but it makes things easier.
If you know the full path to the workbook to be linked to then you can set the formula up manually. For example, if you had 2 workbooks open and linked to one named Book2.xls the formula might look like: =[Book2]Sheet1!$A$1 but when Book2.xls gets closed, then the formula might turn into something like: ='C:\Documents and Settings\aUserName\My Documents\[Book2.xls]Sheet1'!$A$1 If you know what it's going to look like when the other book is closed, you can set up the formula to it manually, i.e. by typing it into the cell (or even creating a formula in VBA code). "Dale" wrote: looks like links don't work if source and destination worksheets are no open. Any way to link an open destination to a closed source? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi Dale
Yes You Can An Example ='C:\Users\Welcome\Stewarts Files\Road accounting program\Road Accounting Package\Road Managers Package\[Tour Managers Spreadsheet.xls]Tour managers Spreadsheet'!S50 The indirect function does not work if the source is closed Morefunc is an add in which gives indirect .ext as a funtion that will access a closed workbook however it has never worked for me Hope this helps Stew "Dale" wrote: looks like links don't work if source and destination worksheets are no open. Any way to link an open destination to a closed source? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Macro To Open URL Link | Excel Worksheet Functions | |||
Need to open a picture with a link | Excel Worksheet Functions | |||
link won't open | Links and Linking in Excel | |||
Need VB code for workbook open to open a link | Excel Discussion (Misc queries) | |||
how do i open excel as an xls document from a web link instead of. | Excel Discussion (Misc queries) |