View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Keith74 Keith74 is offline
external usenet poster
 
Posts: 120
Default Re : Excel VBA with Run to Reset

Hi

Try searching this forum for "clear variables" or "reset variable",
you may have more luck.

Personally if you're looking to loop or re-use a process i prefer
initialising the variable to either 0, empty, or null etc at the start
of the procedure before it is populated with data so i never forget to
clear it.

hth

Keith