Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that copies row data from one sheet to a master spreadsheet
(thanks again to Tom and Ron for this). Now I would like to create another macro to copy additional non sequential row data but I would like this data to be copied to the original master spreadsheet created above. What code would I add to look at the first empty row in that master spreadsheet and copy this new data? My original macro is in the post Macro Revision needed from yesterday. I was trying to modify that macro to accomplish everything at once but have been unsuccessful. This is the only other alternative I could think of to accomplish getting the data on one master spreadsheet versus creating multilple spreadsheets and then having to consolidate. I received great feedback on how to copy rows that I selected but I'm not sure how to then loop through the rest of the spreadsheet. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Possible help provided in the cited thread.
-- Regards, Tom Ogilvy "HJ" wrote in message ... I have a macro that copies row data from one sheet to a master spreadsheet (thanks again to Tom and Ron for this). Now I would like to create another macro to copy additional non sequential row data but I would like this data to be copied to the original master spreadsheet created above. What code would I add to look at the first empty row in that master spreadsheet and copy this new data? My original macro is in the post Macro Revision needed from yesterday. I was trying to modify that macro to accomplish everything at once but have been unsuccessful. This is the only other alternative I could think of to accomplish getting the data on one master spreadsheet versus creating multilple spreadsheets and then having to consolidate. I received great feedback on how to copy rows that I selected but I'm not sure how to then loop through the rest of the spreadsheet. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying rows of data into new worksheet but placing data into colu | Excel Discussion (Misc queries) | |||
Copying data between duplicated rows | Excel Worksheet Functions | |||
Copying Columns of Data to Rows | Excel Discussion (Misc queries) | |||
Copying data without hidden rows. | Excel Worksheet Functions | |||
Deleting rows after copying data | Excel Programming |