Thread: variable
View Single Post
  #15   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default variable

Hopefully it is all answered in the other post.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

wrote in message
oups.com...
Thankyou for your reply. Possibly, if im looking at this in the correct
way. Would I use this as xmean1 would start at xmean(1,1), xmean2 at
xmean(1,2) upto 5. then new data would go at (2,1), (2,2). In which
case could I use redim preserve(1 to x, 1 to 5). And could I use this
as a static array. Am I close.
Regards Robert