> It worked ok in xl2003 for my simple test.
>
[quoted text clipped - 30 lines]
> > > > "The trouble with the world is that the stupid are cocksure and the
> > > > intelligent are full of doubt." --Bertrand Russell
You're right Lori.
I crashed my XL02 by being a little lazy.
Copied a working formula to another cell:
=SUM(Sheet2:Sheet5!F1)
Selected <<Sheet2:Sheet5>> in the formula bar,
And typed << '*' >>
As I typed the last single quote, XL crashed!
I *didn't* even have time to hit <Enter> before it happened ! ! !
After recovering the WB, entering the formula from scratch worked perfectly
fine.
When Windows asked for the error report to be sent, I OK'd it.
Got a message back that a fix existed.
Was told to update Office.
I update Windows religiously, can't remember when I last updated Office.
After the Office update, tried the same formula revision again, and XL
*STILL* crashed.
Sending the error report this time generated *no* "able to fix" message.
Haven't tested if revising the '*ABC*' type argument has the same (crash)
results.
Have you?

Signature
Regards,
RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------
I have found it can crash on 2002 if I first omit the single quotes and
add then add them after.
I came across it by accident and haven't seen it documented - think it
probably goes back to XL5 days and used to work fine in 97. It can be
useful for referencing specific sheets in large workbooks e.g. '*abc*'!
evaluates to all sheets containing "abc".
Dave Peterson wrote:
> It worked ok in xl2003 for my simple test.
>
[quoted text clipped - 40 lines]
> > > > "The trouble with the world is that the stupid are cocksure and the
> > > > intelligent are full of doubt." --Bertrand Russell
Hey, that one is neat, too.
(Not the crashing part <bg>)
> I have found it can crash on 2002 if I first omit the single quotes and
> add then add them after.
[quoted text clipped - 42 lines]
> >
> > Dave Peterson

Signature
Dave Peterson
Lori - 03 Nov 2006 21:50 GMT
So it can crash in 03 and probably 07 too? :( To be safe you could
enter the formula as text (with leading apostrophe) and then evaluate
using Text to Columns > Finish. Also =EVALUATE("sum('*'!A1)") as a
defined name works - though stability is obviously questionable. :)
> Hey, that one is neat, too.
>
[quoted text clipped - 46 lines]
> > >
> > > Dave Peterson
Dave Peterson - 03 Nov 2006 21:59 GMT
It did not crash for me in xl2003. (Sorry about the confusion.)
> So it can crash in 03 and probably 07 too? :( To be safe you could
> enter the formula as text (with leading apostrophe) and then evaluate
[quoted text clipped - 55 lines]
> >
> > Dave Peterson

Signature
Dave Peterson
RagDyer - 04 Nov 2006 02:54 GMT
Works fine in XL2k!
So it's just the one on the middle - XL02.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> So it can crash in 03 and probably 07 too? :( To be safe you could
> enter the formula as text (with leading apostrophe) and then evaluate
[quoted text clipped - 61 lines]
>> > >
>> > > Dave Peterson
Lori - 04 Nov 2006 11:44 GMT
That's good to hear. So there's only one caveat then - be very careful
when using with XL2002!
One further point: aside from stability, evaluating these expressions
without using the formula bar can also add flexibility.
e.g. Suppose you want to sum cells in all sheets beginning with
a,b,c,... You could enter a,b,c,... down column A of the master sheet
and in column B fill down formulas
="=sum('"&A1&"*'a1)"
which could be evaluated by pasting values and then choosing Edit >
Replace "=" with "=".
Or to count all sheets with nonempty cells in a script you could use:
?evaluate("counta('[Book1]*'!a1)")
Anyway we've drifted off Jim's original innocuous question far enough
and I've run out of new material. Glad it lead to a fruitful discussion
though.
> Works fine in XL2k!
>
[quoted text clipped - 72 lines]
> >> > >
> >> > > Dave Peterson
Jim - 06 Nov 2006 20:26 GMT
thanks to all for the input - it was very helpful.
Jim
> That's good to hear. So there's only one caveat then - be very careful
> when using with XL2002!
[quoted text clipped - 95 lines]
> > >> > >
> > >> > > Dave Peterson