sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
Can someone show me how I can incorporate a 'LastRow' variable into a Formula?
What I have here isn't working;
What I have here isn't working;
Code:
Lastrow = Range("K55").End(xlUp).Row + 1
Range("L" & Lastrow).Formula = "=VLOOKUP(K "& Lastrow",$D$8:$I$31,6,FALSE)"