Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Every week i get a new spreadsheet with a new number of rows based on current data. I need to set some filters in that spreadsheet and then copy the remaining data in that column. i need to use the results of the very last row with data as a variable and then substitute it into a range.select statement so i don't have to change the range every time i run the macro, it would be set for me using xlup and offset. I'm sure this can be done i just can't seem to get the syntax right. Please Advise.. Thanks
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range("a21") .end(xlDown) or .end(xlUp) . offset(1,0) . value | Excel Programming | |||
Range("a21") .end(xlDown) or .end(xlUp) . offset(1,0) . value | Excel Programming | |||
macro to select a range of cells following an offset? | Excel Programming | |||
Acivecell.Formula Offset End(xlUp) | Excel Programming | |||
Problem with Range.Cells.Offset and Range.Cells( row + offset, column) | Excel Programming |