Hello itwas45and51,
Something like this should work for you:
![]()
Sub tgr() Dim rngLastCol As Range Set rngLastCol = Cells(1, Columns.Count).End(xlToLeft).EntireColumn rngLastCol.Copy Destination:=rngLastCol.Offset(, 1) End Sub
Hello itwas45and51,
Something like this should work for you:
![]()
Sub tgr() Dim rngLastCol As Range Set rngLastCol = Cells(1, Columns.Count).End(xlToLeft).EntireColumn rngLastCol.Copy Destination:=rngLastCol.Offset(, 1) End Sub
Hope that helps,
~tigeravatar
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Awesome!!!! One last question about something I didn't consider earlier - what would I need to modify in the code so that I could place the macro in a separate worksheet? The column being copied is in worksheet "Scorecard". The macro would be placed in "Macros". Thanks again!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks