I would like to modify the following code as follows. I want to have the "Range" return the value in Cell Z2 on a sheet called INDEX.
Cell Z2 returns a look up value (cell references i.e. I4, I8 etc) derived from a drop down list
So where in the code "Range", instead of H3 as shown, becomes the value in cell 'INDEX'!Z2.![]()
Sub Open_Scoring() ' Open_Scoring Macro ' Sheets("Scoring").Visible = True Sheets("Scoring").Select Range("H3").Select End Sub
Not sure how to write the code to say this.
Jim O
Bookmarks