Hi all,
I'm currently using the following code:-
The variable PathName is a Variant as it can also be an array from selecting multiple file.![]()
PathName = Application.GetOpenFilename("AutoCad (*.Dwg), *.dwg", , "Drawing Files", , True) 'get Drawing Files
What I am trying to do is extract the path to the file and store as a string
I do not wish to invoke the GetOpenFilename again - Is there a simple way to do this?
Thanks in advance
Steve
Bookmarks