View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default ReDim=overwrite?

Yes, it is true. Don't you believe me?

You can preserve it though as I showed you. Checkout Redim in help.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Arne Hegefors" wrote in message
...
Is it true that when you ReDim an array all info that previously populated
the array is lost after the ReDim statement?