Thread
:
Get Open File Name
View Single Post
#
2
Posted to microsoft.public.excel.programming
mudraker[_290_]
external usenet poster
Posts: 1
Get Open File Name
Kiza
try
fileToOpen = Application _
.GetOpenFilename("Excel Files (*.xls), *.xls")
If fileToOpen < False Then
MsgBox "Open " & fileToOpen
End I
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mudraker[_290_]
View Public Profile
Find all posts by mudraker[_290_]