View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default redimensioning arrays in subroutines

Les Gordon wrote:
Thanks Alan

Sadly Rick's example shows otherwise.


???Rick's example shows what otherwise???
My testing also showed this and I went
away and made a simplified example of my problem which also worked. So it is
only my unsimplified version that is being perverse.

Under your scenario what do you think should happen if you redim a variant a
second time.

I don't understand the question. Do you mean change the upper bound of
the last dimension? The lower bound? Change it up or down? Try to change
a dimension other than the last? All while preserving the values?

Alan Beban