I have a rather large spreadsheet with sensitive information per Employee. There are thousands of records.
Each line will have the Employee's SSN as an identifier in a SSN column. The HR Department wants to publish this one worksheet but only allow an employee to see his or her information.
I can go into the VB code and create a connection to our database to authenticate the user to their SSN, but I'm not sure how to use that information to automatically filter on the SSN column to display only their rows of information. I would also need to lock down the spreadsheet from having the filter taken off or the data manipulated.
Any help from any Excel/VB guru out there would be appreciated.
Thanks, HBelk
Each line will have the Employee's SSN as an identifier in a SSN column. The HR Department wants to publish this one worksheet but only allow an employee to see his or her information.
I can go into the VB code and create a connection to our database to authenticate the user to their SSN, but I'm not sure how to use that information to automatically filter on the SSN column to display only their rows of information. I would also need to lock down the spreadsheet from having the filter taken off or the data manipulated.
Any help from any Excel/VB guru out there would be appreciated.
Thanks, HBelk