Gingertrees
Well-known Member
- Joined
- Sep 21, 2009
- Messages
- 697
Part of my macro prompts the user to select an Excel file to open:
The files will always be in a certain folder, arduous to get to:
\\Mainserver\Departments\dept12\TPS Reports\daily\TPS Rpt
Any way I can go directly there? Such that, when code runs, the Open window is in that folder?
Code:
Dim fn As String
fn = Application.GetOpenFilename
\\Mainserver\Departments\dept12\TPS Reports\daily\TPS Rpt
Any way I can go directly there? Such that, when code runs, the Open window is in that folder?