Offroadracer_814
New Member
- Joined
- Aug 7, 2015
- Messages
- 24
To All:
Thanks for your help in advance.
Below is the VBA I have that work finding the last row in my macro when I do borders. It works great.
Dim lrow As Long
lrow = Range("A65536").End(xlUp).Row
Range("A3:U" & lrow).Select
What I am wanting to do is find a VBA that will find the last row and last column.
Thanks
Kevin
Thanks for your help in advance.
Below is the VBA I have that work finding the last row in my macro when I do borders. It works great.
Dim lrow As Long
lrow = Range("A65536").End(xlUp).Row
Range("A3:U" & lrow).Select
What I am wanting to do is find a VBA that will find the last row and last column.
Thanks
Kevin