VBA, ?
, , mwolf02. , VBA, , VBScript.
, , , (, g_). :
Public testVariable as String
Public Sub Main()
Call Foo()
Call Bar()
End Sub
Public Sub Foo()
testVariable = "Foo"
End Sub
Public Sub Bar()
Dim testVariable As String
testVariable = "Bar"
End Sub
testVariable "Foo", Bar . , testVariable Bar, .