Static variables

L

lynnnow

Hi,

I've got a program that has a msgbox in the beginning with Y/N optio
and after this, it shows the Application.GetOpenFilename option wherei
I select the file(s) to open. These file names are stored to variable
which are later used. Between now and the later time, I've got to jum
Subs which includes a userform with 3 comboboxes. After the userform
I'm using these file name variables. however, the variables are empt
and I'm unable to get a method to keep these variables static. i'v
tried static but it doesn't help.

plz help me out here.

lynnno
 
Top