G
Guest
If in a standard module I have an interger variable and I wish to be able to
use this variable later in a sheet_change event, what exactly would I do?
Above the Standard module I put:
Global vcol1 as Interger
But I'm not sure what else I am to do in order to have it later to use in my
Sheet_Change event code.
use this variable later in a sheet_change event, what exactly would I do?
Above the Standard module I put:
Global vcol1 as Interger
But I'm not sure what else I am to do in order to have it later to use in my
Sheet_Change event code.