Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In microsoft.public.excel.misc on Tue, 10 Jul 2007, Jim Rech
wrote : Hi Ron- This isn't a big help but I find that, if I do a Data, Text to Columns and specify the semicolon, then any text file imports I do after that the semicolon remains selected. Excel 2003 anyway. So you could 'prime' the text import wizard for an Excel session with this macro: Sub PrimeTextImport() Workbooks.Add ActiveCell.Value = "abc" Selection.TextToColumns Destination:=Range("A1"), DataType:=xlDelimited, _ TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Semicolon:=True ActiveWorkbook.Close False End Sub Thanks for this. Regards, -- Paul Hyett, Cheltenham (change 'invalid83261' to 'blueyonder' to email me) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing text-files | Excel Discussion (Misc queries) | |||
Importing CSV file (saved as Text) into XL as Text -- over 60 colu | Excel Discussion (Misc queries) | |||
Importing text into Excel... | Excel Discussion (Misc queries) | |||
Importing a text file | Excel Discussion (Misc queries) | |||
Help Importing Text File! | New Users to Excel |