Hi, I am trying to select multiple rows so that i can sort. The code i have
![]()
Set userrange1 = Workbooks(File_Name).Worksheets(Sht_name).Range("2:10").Select
the above only works if "Sht_name" is the active sheet. If "Sht_name" is not the active sheet then the above code does not work. Any suggestions?
Bookmarks