Edit a group of cells with a macro

M

Michael CPA

I have imported data from another program which combines numeric and alpha characters into a single cell. I need to split the numeric data into one column and the alpha characters into an adjacent column. I copied the imported column into the adjacent column, then went to first column and created a macro which deletes the first 7 characters (the numeric values). When I run the macro on other cells it takes the information from the very first cell and keeps repeating it. What am I doing wrong?
 
G

Gord Dibben

Michael

Use Data>Text to Columns with a delimiter of "-"(no quotes) to split these
into two columns.

Gord Dibben Excel MVP
 
Top