View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Reset public variable

That is the way, why would you want another way?

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Alex St-Pierre" wrote in message
...
Hi,
Do you know how to reset public variables at the beginning of macro

without
using i = 0, j = 0 , ...
Thanks,
--
Alex St-Pierre