Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the text to column function
Columns("A:A").Select Selection.TextToColumns Destination:=Range("A1"), DataType:=xlFixedWidth, _ FieldInfo:=Array(Array(0, 2), Array(3, 9), Array(6, 2), Array(31, 9), _ Array(32, 2), Array(43, 9), Array(46, 2), Array(63, 9)), _ TrailingMinusNumbers:=True "JN" wrote: Hi, I have a few thousand rows that are paired like the following: 1ab ][ 128103406101993004040000 10.90.134.2 | 00:0E:5C:E6:CA:AA What i would like is to have just one row in the following format: A1 B1 C1 D1 1ab 10.90.134.2 00:0E:5C:E6:CA:AA 128134... Thanks for your help. JN |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Change Changing Date Format Data to Text | Excel Discussion (Misc queries) | |||
How do I format a MSGBOX to show text and variables in a macro? | New Users to Excel | |||
Date format when using Text Input Wizard and recording a macro | Excel Programming | |||
FORMAT COMMENT TEXT WITH MACRO | Excel Programming | |||
Saving text file in excel format through macro... | Excel Programming |