Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use something like this
slastrow=cells(rows.count,"a").end(xlup).row dlastrow=sheets("summary").cells(rows.count,"a").e nd(xlup).row range("a2:x" & slastrow).copy sheets("summary").range("a" & dlastrow) -- Don Guillett SalesAid Software "Mary Ann" wrote in message ... I have a file which has a summary sheet and a daily sheet. At the end of each day I want to copy the data from the daily sheet to the summary sheet and use a macro to do this. My problem is that each day the number of rows I need to copy will vary. The columns will remain the same. Is there a way to instruct the macro to select all the cells in the current range and for that to have a varying number of rows? If I can do this by recording the action it would be easier for me. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match function...random search? | Excel Worksheet Functions | |||
How to Select a relative range with Using "Find" and Offset() | Excel Discussion (Misc queries) | |||
monitoring a changing range of cells | Excel Discussion (Misc queries) | |||
monitoring a changing range of cells | Excel Worksheet Functions | |||
How do I select a range if one cells contents is equal to another | Excel Discussion (Misc queries) |