Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Is there a workaround with #REF error message?

I have a spreadsheet that uses extensively OFFSET(INDIRECT(cell),0,0,1,1))
where cell refers to a cell containing a XLS name because the filename and
path change monthly. When I open the main file all my cells containing the
above formula show "#REF" until the spreadsheets it's referring to are open.
I have a macro that automatically opens all the referring spreadsheets ~12
files. Shouldn't Excel take a snapshot of the data once I save the main file?
I want to be able to view the data as it is without opening the 12 files it's
referring to. Is it possible? Any other approach is welcome.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Is there a workaround with #REF error message?

You must open the workbook with Excel in Manual calc mode. So before
opening this workbook, check Tools, Options, Calculation.

--
Jim
"matelot" wrote in message
...
I have a spreadsheet that uses extensively OFFSET(INDIRECT(cell),0,0,1,1))
where cell refers to a cell containing a XLS name because the filename and
path change monthly. When I open the main file all my cells containing the
above formula show "#REF" until the spreadsheets it's referring to are
open.
I have a macro that automatically opens all the referring spreadsheets ~12
files. Shouldn't Excel take a snapshot of the data once I save the main
file?
I want to be able to view the data as it is without opening the 12 files
it's
referring to. Is it possible? Any other approach is welcome.

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Is there a workaround with #REF error message?

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.

matelot wrote:

I have a spreadsheet that uses extensively OFFSET(INDIRECT(cell),0,0,1,1))
where cell refers to a cell containing a XLS name because the filename and
path change monthly. When I open the main file all my cells containing the
above formula show "#REF" until the spreadsheets it's referring to are open.
I have a macro that automatically opens all the referring spreadsheets ~12
files. Shouldn't Excel take a snapshot of the data once I save the main file?
I want to be able to view the data as it is without opening the 12 files it's
referring to. Is it possible? Any other approach is welcome.

Thanks.


--

Dave Peterson
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
replace VBA run-time error message with custom message BEEJAY Excel Programming 13 July 14th 06 03:59 PM
error message: compile error, argument not optional Pierre via OfficeKB.com Excel Programming 3 September 5th 05 03:45 PM
Excel XP error message Run Time Error 91 Lenny[_3_] Excel Programming 1 March 3rd 05 10:15 PM
changing the message in an error message The Villages DA Excel Worksheet Functions 2 February 18th 05 05:30 PM
How do I get rid of "Compile error in hidden module" error message David Excel Discussion (Misc queries) 4 January 21st 05 11:39 PM


All times are GMT +1. The time now is 06:14 PM.

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

About Us

"It's about Microsoft Excel"