Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i do this to import a file, but i have to specify the path:
With ActiveSheet.QueryTables.Add(Connection:= _ "TEXT;C:\DATA.txt", _ Destination:=Range("A1")) .Name = "DATA" .FieldNames = True .RowNumbers = False .FillAdjacentFormulas = False .PreserveFormatting = True .RefreshOnFileOpen = False .RefreshStyle = xlInsertDeleteCells .SavePassword = False .SaveData = True .AdjustColumnWidth = True .RefreshPeriod = 0 .TextFilePromptOnRefresh = False .TextFilePlatform = 850 .TextFileStartRow = 1 .TextFileParseType = xlFixedWidth .TextFileTextQualifier = xlTextQualifierDoubleQuote .TextFileConsecutiveDelimiter = False .TextFileTabDelimiter = True .TextFileSemicolonDelimiter = False .TextFileCommaDelimiter = False .TextFileSpaceDelimiter = False .TextFileOtherDelimiter = "=" .TextFileColumnDataTypes = Array(2, 2, 2, 2, 2, 2) .TextFileFixedColumnWidths = Array(8, 13, 7, 11, 16) .TextFileTrailingMinusNumbers = True .Refresh BackgroundQuery:=False End With End Sub how do i do this so the user can choose the document, a different pat and name every time? -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing External Data - Can we specify the full path | Setting up and Configuration of Excel | |||
Importing data from excell to access. | Excel Discussion (Misc queries) | |||
importing into Excell 2000 | Excel Discussion (Misc queries) | |||
How to import a path/filename when importing data into an XML list | Excel Worksheet Functions | |||
S.O.S :importing excell data into word | Excel Discussion (Misc queries) |