Hi all,
New to the thread and a VBA rookie. I am trying to create a budget workbook with 13 worksheet (one for each department). The plan is to have a welcome page when someone's opens the workbook with a message box to asking the user to enter user name and password. Based on the information entered the relevant worksheet will open keeping the rest 12 hidden. I have a table as follow:
User Name Password Worksheet
Sahm24 1 Finance
Can i link a VBA coding to this table?
To make things complicated, there will be two users (CFO & Treasurer) who will be able to view all 13 worksheet if their password is correct. Any help is appreciated.
New to the thread and a VBA rookie. I am trying to create a budget workbook with 13 worksheet (one for each department). The plan is to have a welcome page when someone's opens the workbook with a message box to asking the user to enter user name and password. Based on the information entered the relevant worksheet will open keeping the rest 12 hidden. I have a table as follow:
User Name Password Worksheet
Sahm24 1 Finance
Can i link a VBA coding to this table?
To make things complicated, there will be two users (CFO & Treasurer) who will be able to view all 13 worksheet if their password is correct. Any help is appreciated.