View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cogent cogent is offline
external usenet poster
 
Posts: 32
Default Do you give memory back?

Hello

I have some fairly long procedures. In order to handle and analyse
information, I Dim a number of Variant variables in order to "funnel down"
to the key data.

In terms of good programming in VBA, is it necessary, advisable, or
beneficiary to Redim the arrays to (1,1) after they have been useful but no
longer necessary?

Thanks!

W