Ask your question

Excel loop, inner loop

slee337 - Mar 16, 2009 5:19pm GMT - Last answer on Mar 16, 2009 5:47pm GMT WutUp WutUp
Hello,
I have an excel file that has data in a cell that looks like "abcd-123456-efghijk-7890". My problem is that i have about 2000 of this type of data (exact same format) in one column. I would like to write a loop and inner loop and goes through all the active columns and just copies "abcd" and pastes it into column +1, copies 123456 and pastes into column +2, copies "efghijk" and pastes into column +3, and copies "7890" and pastes in coumn +4. I am an excel vba newbie and any help would be greatly appreciated.Configuration: Windows XP Internet Explorer 7.0
Read more ...
Add comment

Kioskea recommends you to read :

Excel Macro for deleting rows IF cells not... [Solved]ForumOffice software
Simple If else Loop with hide rowForumOffice software
Macro Help In Excel COPY PASTINGForumOffice software
Importing csv file data in Excel with VBAForumOffice software
Excel macro loop to insert pics into more cel [Solved]ForumOffice software
Macros in Excel so it copies onto next rowForumOffice software
Sort by :   Votes | Date | Date descending 1 answers
+0
moins plus
The data you are speaking of, what column is it in? You want all the data separated in the columns beside it, or another sheet?
Add comment