Obtaining NT Logon id to open

Karthikeyan Devan

Board Regular
Joined
May 5, 2009
Messages
114
Hi All,

I have users who has to pay their invoices. I have kept all in one excel.

such as, vendor name, invoice id, invoice #, requestor name, etc..

Only requestor will open this excel and will see their own pending invoices.

1). Now i want requestor to put their NT login id and passowrd to open the spreadsheet.

2). Once the requestor enter his/her NT login id and password, then only the rows which are correspoding to their names should be reflecting and other rows should be automatically hidden and no one should be able to unhide except me and my manager.

3). Requestor name will be in the column "H".

Any help on this would be really really appreciated.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Try this

Look to create a userform in the VBA screen which has 2 textbox, and 2 Command buttons and name them something like:

txtNTID
txtNTLogin

Create a sheet which will hold there NT ID and NT Login information


Command button can be used to check the data
Command button can be used to cancel the form

you can then set the userform to check the sheet against what they add to the textbox if they are correct they can see there data if not a message box can be added to state wrong information.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,833
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top