Apr 13, 2009 #1 Krusher IS-IT--Management Joined Jan 2, 2003 Messages 70 Location US How can I reset public variables? Or, how do I simply tell VBA to "recompile" everytime the user executes the macro? Thanks in advance. K
How can I reset public variables? Or, how do I simply tell VBA to "recompile" everytime the user executes the macro? Thanks in advance. K
Apr 13, 2009 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US Hi, Write a procedure that initializes the variables in question. Then call this procedure any time you want them "reset". Skip, Don't let the Diatribe... talk you to death! Just traded in my old subtlety... for a NUANCE! Upvote 0 Downvote
Hi, Write a procedure that initializes the variables in question. Then call this procedure any time you want them "reset". Skip, Don't let the Diatribe... talk you to death! Just traded in my old subtlety... for a NUANCE!