Thread
:
GetOpenFilename
View Single Post
#
1
Posted to microsoft.public.excel.programming
roman
external usenet poster
Posts: 35
GetOpenFilename
Here's my example:
Book = Application.GetOpenFilename
Set Rng = Workbooks(Book).Worksheet("Sheet1").Range("A1")
It results in error because GetOpenFilename returns a full file path, not
file name.
Is there a way to solve this?
Thanks
Reply With Quote
roman
View Public Profile
Find all posts by roman