
Signature
Regards,
Peo Sjoblom
(No private emails please)
Thanks but that does not seem to answer my question.
As I understand it, each worksheet has 2 names; a name and a codename.
If I look at the VBA explorer I can see 2 names for each worksheet
sheet1(Lucky).
Sheet1 is the Codename, and "Lucky" is the name.
I want to use the Codename in the function Indirect.
Thanks
JDB
Dave Peterson - 31 Dec 2005 02:03 GMT
That codename can be used for lots of things in code--but there's nothing you
could do with it in a worksheet (well, using stuff built into excel).
You'd have to write your own function to use it and if you did that, you
probably wouldn't need the =indirect() portion.
> Thanks but that does not seem to answer my question.
>
[quoted text clipped - 9 lines]
>
> JDB

Signature
Dave Peterson
Peo Sjoblom - 31 Dec 2005 02:48 GMT
Not possible using built in functions, Harlan Grove wrote a UDF
http://tinyurl.com/7cnaf
and if you scroll down a bit more there is a method using Excel 4 macro
however if copied it will crash some versions of Excel

Signature
Regards,
Peo Sjoblom
(No private emails please)
> Thanks but that does not seem to answer my question.
>
[quoted text clipped - 9 lines]
>
> JDB
JDB - 31 Dec 2005 15:03 GMT