Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yup - don't know what happened. Thanks for completing the code,
Dave. In article , Dave Peterson wrote: I think J.E.'s code got truncated somehow: With Worksheets("Sheet1") .Range("A1:M" & .Range("A" & Rows.Count).End(xlUp).Row).Copy _ Destination:=Worksheets("Sheet2").Range("A" & _ Rows.Count).End(xlUp).Offset(1, 0) End With Might be what he really meant. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How select all data points/data labels at once (to format)? | Charts and Charting in Excel | |||
VBA: Column Select then Data Select then return to cell A1 | Excel Discussion (Misc queries) | |||
highlight select data | Excel Discussion (Misc queries) | |||
excel 2007, how to select a data point and cycle through data points | Charts and Charting in Excel | |||
Select other workbook to select data in a macro. | Excel Programming |