Dathan Camacho
New Member
- Joined
- Mar 30, 2010
- Messages
- 37
Hi, I need some help with syntax.
Assume I have 3 variables successfully defined and working:
LastRow1 (original last row before new data pasted)
LastRow2 (new last row after new data pasted)
LastColumn
I'm trying to select the range of cells starting with column 13 and letting the other part of the range be defined by these variables. I.e. I want to select:
.Cells(LastRow+1,13) to .cells(LastRow2,LastColumn)
Can someone help me with the syntax?
Assume I have 3 variables successfully defined and working:
LastRow1 (original last row before new data pasted)
LastRow2 (new last row after new data pasted)
LastColumn
I'm trying to select the range of cells starting with column 13 and letting the other part of the range be defined by these variables. I.e. I want to select:
.Cells(LastRow+1,13) to .cells(LastRow2,LastColumn)
Can someone help me with the syntax?