i want to import a text file with the user choosing twhere the file comes from not just having to rename the file they want to import
is what a record gives me but i want to change this so that the user can choose the name of the file or prefrably get the chance to navigate to it.
ta
Code:
'
With ActiveSheet.QueryTables.Add(Connection:= _
"TEXT;C:\Jim\import.txt" _
, Destination:=Sheets("Sheet2").Range("A1"))
is what a record gives me but i want to change this so that the user can choose the name of the file or prefrably get the chance to navigate to it.
ta