View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike H. Mike H. is offline
external usenet poster
 
Posts: 471
Default 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...