Thread
:
GetOpenFilename - Trapping Errors
View Single Post
#
5
Posted to microsoft.public.excel.programming
GS
external usenet poster
Posts: 364
GetOpenFilename - Trapping Errors
A mistake exists in the declarations. The correction:
Dim FileName As String
should be:
Dim FileName As Variant
Regards,
GS
Reply With Quote
GS
View Public Profile
Find all posts by GS