My application contains a global variable named gintmarketing and a module-level variable named mintOperations. Both variables are declared in the same module. A procedure in this module named MyProcedure contains the following line of code:
IntSales = gintMarketing + mintOperations
Can I view the value of gintMarketing from within MyProcedure by using the Watch Window, or should I use the Immediate Window?
IntSales = gintMarketing + mintOperations
Can I view the value of gintMarketing from within MyProcedure by using the Watch Window, or should I use the Immediate Window?