Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default Indirect to a closed workbook

Hi,

I use this to get values from another workbook =INDIRECT("'[Projects.xls]" &
B7 & "'!D" & J2) which works fine if the workbook [Projects.xls] is open. The
problem is I want to have the workbook [Project.xls] closed.

Any sugestion

thanks MarkS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Indirect to a closed workbook


You could try Harlan Grove's PULL function. You can get it
ftp://members.aol.com/hrlngrv/ (look for pull.zip)

You would use it like so

=pull("'"&A3&"\["&B3&".xls]"&C3&"'!"&"B5")

or

=pull("'"&A3&"\["&B3&".xls]"&C3&"'!B5")

Alternative

As for alternatives, try the INDIRECT.EXT function in Laurent Longre's
MOREFUNC.XLL add-in, available from


http://xcell05.free.fr/english/


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"MarkS" wrote in message
...
Hi,

I use this to get values from another workbook =INDIRECT("'[Projects.xls]"
&
B7 & "'!D" & J2) which works fine if the workbook [Projects.xls] is open.
The
problem is I want to have the workbook [Project.xls] closed.

Any sugestion

thanks MarkS



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of the Indirect function on a closed workbook. Surveymark Excel Discussion (Misc queries) 7 July 10th 09 06:27 PM
Indirect referencing closed spreadsheets GSM Excel Discussion (Misc queries) 1 February 14th 08 02:41 PM
INDIRECT should be updated to work on closed workbooks. Robert_L_Ross Excel Worksheet Functions 0 December 4th 07 05:47 PM
How do I use indirect when referring to a named range in a closed Ed Green Excel Worksheet Functions 3 May 22nd 06 08:01 PM
INDIRECT and Named Ranges referencing closed workbook gpie Excel Worksheet Functions 9 October 6th 05 11:24 PM


All times are GMT +1. The time now is 03:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"