Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I have the following custom function which works when all linked files are open in the same excel session. =Sum2DProduct('V:\CompanyName\Accounts.09\Budgets\[Rolling budget.xlsm]P&L'!$C$8:$BB$8,E$8,'V:\CompanyName\Accounts.09\Bu dgets\[Rolling budget.xlsm]P&L'!$BD$10:$BD$75,$BD11,'V:\CompanyName\Accounts. 09\Budgets\[Rolling budget.xlsm]P&L'!$C$10:$BB$75) When the files are closed excel returns #VALUE and the function does not run. I have replaced the mapped drive letter with the full path but no change. Is there a way of writing the address below so that the linked file does not have to be open for excel to be happy and the function to run? 'V:\CompanyName\Accounts.09\Budgets\[Rolling budget.xlsm]P&L'!$C$8:$BB$8 or with named range 'V:\CompanyName\Accounts.09\Budgets\[Rolling budget.xlsm]'!Profit Hope this makes sence. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Data from Closed Workbooks | Excel Worksheet Functions | |||
Custom Function Problems when multiple workbooks are open | Excel Programming | |||
Closed workbooks still appear in VBE? | Excel Programming | |||
Sharing a custom function bewteen workbooks | Excel Programming | |||
How to access ranges in closed workbooks in custom functions | Excel Programming |