xldialog
Hi Philipp,
Try:
Sub Test2()
Dim fName As Variant
fName = Application.GetOpenFilename
MsgBox fName
'Workbooks.Open fName
End Sub
If you want to open the selected file, uncomment the penultimate line above
---
Regards,
Norman
"Philipp Oberleitner" wrote in message
...
Hello i created a xldialog so that the user can choose a file. Is there a
possibilty so that i get the path lies for example if he opens a file
Test.xls under D:\Test i need to get D:\Test\Test.xls .
Thanks alot in advance
|