I have this line in the declarations section:
Private filePath As String
And something like this below:
Public Sub Print(filePath As String)
...
End Sub
In part ..., I want to assign the filePath parameter at the module level of filePath . But how can I access the latter? Thank you very much.
phoenie
source share