View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steven Deng Steven Deng is offline
external usenet poster
 
Posts: 17
Default can i reduce an array to size of 0

Hello there,

I have a question regarding array size.

dim i() as integer
...... ' somecode

redim preserve i(1 to 10)


..... 'somecode


' and then here i would like to reduce it to size 0 (or undefined) , can I
do that ? Your help or suggestion is highly appreciated!



Sincerely,
Steven Deng