Thread
:
Opening a text file in excel
View Single Post
#
2
Opyuse
Posts: n/a
Dim xlTmp As Excel.Application
Set xlTmp = New Excel.Application
xlTmp.Workbooks.Open Fname$
I have tried the following but I get the error message:
"User-defined type not defined"
Fname$ Contains the path of the text file.
Reply With Quote