nel modulo "finestra" devi dichiarare la variabile "variabile" (evviva la fantasia!) in
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim variabile As String
End Sub
e quindi dal modulo Main puoi scrivere finestra.variabile="pippo baudo"