Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
So I have a "file picker" and I would need to default the location it opens to My Documents. How to do it?
Here's the code I have now:
Here's the code I have now:
Code:
Me.txtSourceFile.Text = Application.GetOpenFilename("TextFiles (*.txt), *.txt", , "Pick a file:")