Hello all,
I am looking for a code that selects the last cell of a pasted range. Within excel you can do this with Shift+Enter shortcut so I'm basically looking to do this with a vba code.
Thank you,
Yusuf
Hello all,
I am looking for a code that selects the last cell of a pasted range. Within excel you can do this with Shift+Enter shortcut so I'm basically looking to do this with a vba code.
Thank you,
Yusuf
Maybe:
![]()
Sub Yusuf_Ali() Cells(Selection.Rows.Count, Selection.Column).Select End Sub
You're welcome. Glad to help out and thanks for the feedback. Please mark this thread as solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks