C
Chris Freeman
I'm using some code fouind online, and wanted to add one revision, adding
text to the title of the open file dialog browser window. It seems its these
three lines that initiate the browser window:
With FD
'Use the Show method to display the File Picker dialog box and
return the
user's action.
'The user pressed the action button.
Do Until FileName <> ""
.Show
etc...
I wanted to to add something like:
.Title = "Browse for previous Print Services Export file"
but this is a no go. Does anyone have a method for adding this text?
Thank you
text to the title of the open file dialog browser window. It seems its these
three lines that initiate the browser window:
With FD
'Use the Show method to display the File Picker dialog box and
return the
user's action.
'The user pressed the action button.
Do Until FileName <> ""
.Show
etc...
I wanted to to add something like:
.Title = "Browse for previous Print Services Export file"
but this is a no go. Does anyone have a method for adding this text?
Thank you