Can someone please help me. Thanks in advance. In Excel I'm using click button to have "Open File" window come up. I would like to do, when I click button I want "Open File" window come up always defaulting to same folder and I then I will select file I need. Right now I have very, very simple code:
Sub Macro2()
Excel.Application.GetOpenFilename
End Sub
Can someone tell me what to add to default to same folder all the time. Lets say "C:\My Documents\Parts". I would really appreciate your help.
Sub Macro2()
Excel.Application.GetOpenFilename
End Sub
Can someone tell me what to add to default to same folder all the time. Lets say "C:\My Documents\Parts". I would really appreciate your help.