Can anyone let me have the code for opening the open file dialog box and
getting either a file or folder name as the output.
I suspect it will look like
Function GetPathOrFile(I nputPath as String) As String
......
End function
I seem to be able to get one or the other, but not both Files and Folders. I
need to get the full path
TIA
Phil
getting either a file or folder name as the output.
I suspect it will look like
Function GetPathOrFile(I nputPath as String) As String
......
End function
I seem to be able to get one or the other, but not both Files and Folders. I
need to get the full path
TIA
Phil
Comment