Leigh,

1st, thanks for monitoring this forum & your recent answers.

BUT, you missed my point completely - I guess I'm not good at explaining, will try again.

I want to load a custom data structure with one statement similar to the way one does with a variant, e.g.
x = range.value
This creates a two dimensional structure in x for rows & columns respectively.

Now I want to access x using dot notation, e.g.
y = x(2).height

Can this be done, if so, exactly how?

****