No, XL doesn't have that functionality (I would probably have used it if
it did...).
XL's 3-D capability is very limited. And VBA's is non-existent.
In article ,
pfrieder wrote:
Thanks, this will work for my current effort. I wonder, though, if Excel has
any mechanism to offset a worksheet reference in a function call. One can
achieve something similar in VB, e.g.
lastSht = Sheets("All Tasks").Index - 1
You can use offsets to reference a cell or range, doesn't seem like much of
a stretch to extend the concept to worksheets.