Read Variable from Another Module
I have a sub: Private Sub Worksheet_calculate(). How can I read a variable
from a module that was set at the top of that module:
Option Base 1
Dim TheWb As String
I want to know what the value of TheWb is while in the calculate sub...
|