Hi guys,
I'm hoping you can help, currently I'm using the below but I know it could be made a shorter code:
The above code is part of a user form which copies and pastes data into the next available line in my sheet. However, I want it to also add the border formatting from Column index 1 - 53. I'm sure there's a way that I don't have to use 53 lines of code to get this to work?![]()
Cells(LastRow + 1, 1).BorderAround Weight:=xlThin
Many thanks for your time.
Bookmarks