Hi everyone,
I'm using the GetOpenFilename method as shown below:
Filename = Application.GetOpenFilename(filefilter:=filt, Title:=Title)
What I'm wondering is this: how can i provide a default directory on my C: for this to occur in? I'd like to avoid the user needing to browse to the same directory each time (from My Documents, where it seems to be opening now).
Thanks!
Barrett
I'm using the GetOpenFilename method as shown below:
Filename = Application.GetOpenFilename(filefilter:=filt, Title:=Title)
What I'm wondering is this: how can i provide a default directory on my C: for this to occur in? I'd like to avoid the user needing to browse to the same directory each time (from My Documents, where it seems to be opening now).
Thanks!
Barrett