D
David C. Holley
The Subject basically asks my question, but to elaborate. How do I make
a value passed in a parameter to a SUB available to all SUBS in the
module. Basically, I want updateAdvisory() to be able to see
ynShowAdvisory without having to pass the value to it.
Sub runOutlookInterface(lngTransportId As Long, ynShowAdvisory As Boolean)
Private Sub updateAdvisory(strAdvisoryText As String)
a value passed in a parameter to a SUB available to all SUBS in the
module. Basically, I want updateAdvisory() to be able to see
ynShowAdvisory without having to pass the value to it.
Sub runOutlookInterface(lngTransportId As Long, ynShowAdvisory As Boolean)
Private Sub updateAdvisory(strAdvisoryText As String)