Hi
I have a workbook that has several users, all of whom have their own input sheet. I need to restrict them to be able to only view their own sheet.
I have a Users table, defining UserName, Password, WorksheetName.
The Welcome sheet asks for input of username & pasword, and returns (index+match formula) in cell "B6" the name of the users sheet, or "Error!" if the UserName & Password combination is wrong.
I would like to create 2 macros;
Macro A) renders ALL SHEETS EXCEPT "Welcome sheet" invisible upon Open (Event based)
Macro B) Makes visible the sheet that is named in "B6" above.
Thanks
Mark
I have a workbook that has several users, all of whom have their own input sheet. I need to restrict them to be able to only view their own sheet.
I have a Users table, defining UserName, Password, WorksheetName.
The Welcome sheet asks for input of username & pasword, and returns (index+match formula) in cell "B6" the name of the users sheet, or "Error!" if the UserName & Password combination is wrong.
I would like to create 2 macros;
Macro A) renders ALL SHEETS EXCEPT "Welcome sheet" invisible upon Open (Event based)
Macro B) Makes visible the sheet that is named in "B6" above.
Thanks
Mark