I'm using a public declaration for a worksheet but I seem to have to initialize it in each routine. Is there a way to set it and leave it?
So in a module I have:
![]()
Please Login or Register to view this content.
I'm using a public declaration for a worksheet but I seem to have to initialize it in each routine. Is there a way to set it and leave it?
So in a module I have:
![]()
Please Login or Register to view this content.
Last edited by wilro85; 08-28-2009 at 07:48 PM.
It will stay set indefinitely (i.e., until you push the reset button, execute an End statement, or explicitly clear it) after it is initially set.
Entia non sunt multiplicanda sine necessitate
If you have several macros that you run individually you need to set it within each macro.
If you call a macro from another macro then you only need to set it within the 1st run macro
Please Read Forum Rules Before Posting
Wrap VBA code by selecting the code and clicking the # icon or Read This
How To Cross Post politely
Top Excel links for beginners to Experts
If you are pleased with a member's answer then use the Scales icon to rate it
If my reply has assistedor failed to assist you
I welcome your Feedback.
Could you clarify what you mean by "end" statement? Obviously it isn't an "end if" but how about "end sub" or "end function"?
What is the "standard" way of doing this? Do many people do their declarations in the workbook_open event?
*Edit*
Ok, mudraker's answer is what I was looking for.
Last edited by wilro85; 08-28-2009 at 07:47 PM. Reason: Someone answered while I ask typing this.
clarify what you mean by "end" statementSee VBE Help for End Statement![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks