Excel VBA-Globale Variable?

Hi,

gibt es sowas wie globale Variablen, die ich nicht unbedingt an eine Function übergeben muss?

Gruss Tina

hi tina,

schlüsselwort „global“ ?

global x as string
public x as string
dim x as string
private x as string

gruß

rasta

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]