I'm indexing Activecell to a range and selecting it with the indexed name.
Range ("rng").select is not working. Why?
![]()
Sub indexing() Dim rng As Range Set rng = ActiveCell ActiveCell.Offset(2, 1).Select Range("rng").Select End Sub
I'm indexing Activecell to a range and selecting it with the indexed name.
Range ("rng").select is not working. Why?
![]()
Sub indexing() Dim rng As Range Set rng = ActiveCell ActiveCell.Offset(2, 1).Select Range("rng").Select End Sub
Last edited by Sriramroxx; 12-30-2019 at 02:44 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks