Hi Everyone,
I run the following code to UNHIDE a sheet(LOTTERY RECEIVED) from a button on a different sheet(LOTTERY). It works fine except I
would like the sheet(LOTTERY RECEIVED) to be the active sheet in the workbook. Not quite sure how to get there?
Thank You!!
I run the following code to UNHIDE a sheet(LOTTERY RECEIVED) from a button on a different sheet(LOTTERY). It works fine except I
would like the sheet(LOTTERY RECEIVED) to be the active sheet in the workbook. Not quite sure how to get there?
Thank You!!
Code:
Sub UNHIDE_LOTTERY_RECEIVED_SHEET()'
Sheets("LOTTERY RECEIVED").Visible = True
End Sub
Last edited: