View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron Coderre[_15_] Ron Coderre[_15_] is offline
external usenet poster
 
Posts: 1
Default Dynamic Array problem


Try REDIM PRESERVE

From VB Help:
Preserve (Optional Keyword) used to preserve the data in an existing
array when you change the size of the last dimension.

Does that help?

Regards,
Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=379765