Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.links
|
|||
|
|||
![]()
I have a overview workbook (Status.xls) were I compile data from other
source workbooks (artnr1.xls, art.nr2.xls, ...). All source workbooks look the same, it's just the data that differs. When a new source workbook is created it's saved as [article number.xls] eg, 11134.xls In the overview workbook I've listed the data according to; A B C D ... Art1 Data1 Data2 Data3 ...'¨ Art2 Data1 Data2 Data3 ... Art3 Data1 Data2 Data3 ... Art4 Data1 Data2 Data3 ... What I want is, when I write a new article in the A column (eg. 11134), data should be collected from the workbook with corresponding file name =11134.xls This should happen automaticly without having to modify or copy the formula for every new article that's created. I've gotten this to work with =INDIRECT but then every workbook have to be open and then you've lost the purpose. Is there any way to solve this problem or do you have to copy and modify the formula for every new article that's added? How can you (with vb) take the art.nr and use it in the link. The formula will always be eg. [xxxxx.xls]Sheet1'!$D$5 so when I input eg. 11134 as for a new article I want the formula to change to [11134.xls]Sheet1'!$D$5. What I need is =INDIRECT but with the functionallity of a ordinary external link that askes for update when you open the document and holds that value until you update again. best regards /Peter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic link to website | Excel Worksheet Functions | |||
dynamic link | Excel Discussion (Misc queries) | |||
link dynamic data to cell? | Excel Discussion (Misc queries) | |||
Dynamic link a cell to a worksheet tab | Excel Discussion (Misc queries) | |||
dynamic link | Links and Linking in Excel |