Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
lastrow = Worksheets("Sheet1").Cells(Rows.Count, "R").End(xlUp).Row
Cells(lastrow, "R").Resize(1, 11).Copy the copy statement will copy from column r over to column ab i wanted column r to column g, so i tried Cells(lastrow, "R").Resize(1, -11).Copy didn't like the minus so i used Cells(lastrow, "R").Offset(0, -11).Resize(1, 12).Copy why didn't the minus 11 work and is there a better way? thanks -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
New Range resize Question | Excel Programming | |||
Resize Range Question | Excel Programming | |||
Resize and a question | Excel Programming |