Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I import external data and then use a macro to reformat the data fo
analysis. The next step is that I break the data out to ne worksheets. I select the data for the new worksheets based on a column name “Code”. All the rows with the same “code” get copied to one workshee and I repeat that until I’m done. How can I do this with a macro? The codes vary from data set to dat set so I need it to just look for identical “code” cells and cop those rows -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this example
http://www.rondebruin.nl/copy5.htm -- Regards Ron de Bruin http://www.rondebruin.nl "Hammer_757 " wrote in message ... I import external data and then use a macro to reformat the data for analysis. The next step is that I break the data out to new worksheets. I select the data for the new worksheets based on a column named "Code". All the rows with the same "code" get copied to one worksheet and I repeat that until I'm done. How can I do this with a macro? The codes vary from data set to data set so I need it to just look for identical "code" cells and copy those rows. --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy selected rows to second worksheet (NOT Cut + Paste) | New Users to Excel | |||
copy & paste worksheet with print settings into new worksheet | Excel Discussion (Misc queries) | |||
How do I Copy and Paste onto Same Rows after filtering out rows. | Excel Discussion (Misc queries) | |||
Hide Rows - copy and paste only rows that show | Excel Worksheet Functions | |||
excel 97: copy and paste values from one worksheet to another worksheet | Excel Programming |