Thread
:
Get Folder Name
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
Get Folder Name
I can use the file open dialog to select a file:
Sub WhichOne()
MsgBox (Application.GetOpenFilename)
End Sub
How can I select a folder??
--
Gary''s Student - gsnu200780
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student