Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a text file that I receive once a month and the filename is not the same every month. I created a macro to import the text file, however, since the filename is not the same, I added some code to use an Open dialog box to select the file. I set fileToOpen as the filename that I open. I now need to have the macro import "fileToOpen". This is the code that Excel came up with for the importing of the text file. I need to tell it to import "fileToOpen". I just don't know how to do this. Any help would be great. Thanks. Matt (I tried replacing the two filenames with fileToOpen, but that didn't work. I may not have done it right though.
With ActiveSheet.QueryTables.Add(Connection:= "TEXT;D:\JAN2004_MOMHP0000_135608.TXT", Destination:=Range("A1") .Name = "JAN2004_MOMHP0000_135608 .FieldNames = Tru .RowNumbers = Fals .FillAdjacentFormulas = Fals .PreserveFormatting = Tru .RefreshOnFileOpen = Fals .RefreshStyle = xlInsertDeleteCell .SavePassword = Fals .SaveData = Tru .AdjustColumnWidth = Tru .RefreshPeriod = .TextFilePromptOnRefresh = Fals .TextFilePlatform = xlWindow .TextFileStartRow = .TextFileParseType = xlDelimite .TextFileTextQualifier = xlTextQualifierDoubleQuot .TextFileConsecutiveDelimiter = Fals .TextFileTabDelimiter = Fals .TextFileSemicolonDelimiter = Tru .TextFileCommaDelimiter = Fals .TextFileSpaceDelimiter = Fals .TextFileColumnDataTypes = Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 .Refresh BackgroundQuery:=Fals End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing CSV file (saved as Text) into XL as Text -- over 60 colu | Excel Discussion (Misc queries) | |||
Importing text file | Excel Discussion (Misc queries) | |||
Importing text file, only option to edit existing file | Excel Discussion (Misc queries) | |||
Importing a text file | Excel Discussion (Misc queries) | |||
Importing text file | Excel Discussion (Misc queries) |