H habbabub Registered User. Local time Today, 09:57 Joined Jan 24, 2008 Messages 73 Jan 29, 2008 #1 how do you create a global string? thanks
pbaldy Wino Moderator Staff member Local time Today, 09:57 Joined Aug 30, 2003 Messages 36,272 Jan 29, 2008 #2 Declare the variable at the top of a standard module, before any subs or functions.
H habbabub Registered User. Local time Today, 09:57 Joined Jan 24, 2008 Messages 73 Jan 29, 2008 #3 thanks dude