decadence
Well-known Member
- Joined
- Oct 9, 2015
- Messages
- 525
- Office Version
-
- 365
- 2016
- 2013
- 2010
- 2007
- Platform
-
- Windows
I am trying to copy cells from column C to column D but not having any luck. I would like to copy the cells C2 to last row and the put them in adjacent column D2 to last row if that makes sense. So far I have this but not sure which way to go, Can someone help
Code:
Dim lastRow As Long
lastRow = Range("C" & Rows.Count).End(xlUp).Row
Range ("D2:D" & lastRow) '.Formula