I needed to show a login dialog box where it will ask for username and password and capture them in VBA.
How can I do this.
Thanks in advance.
Thanks
meetDinesh
Microsoft ExcelVBA
Last Comment
Dinesh Kumar
8/22/2022 - Mon
Subodh Tiwari (Neeraj)
What are you trying to achieve? Would you elaborate your requirement?
Dinesh Kumar
ASKER
Sure, Its kind of authentication I want to have in Excel.
e.g. I am getting data from webbservice so that webservice authenicates the user/pwd before sending any data. right now I have written user/pwd in sheet3 in B1 and B2 cells but now I am asked to have dialog box to get this information so it will be like following:
1. press submit button.
2. the dialog box will appear.
3. I will put the user/pwd
4. this information will go to the webserivce
5. after successful authentication I will get the data.
Please let me know if more inputs are required.
Nandu 45
I am getting data from webbservice so that webservice authenicates the user/pwd before sending any data. right now I have written user/pwd in sheet3 in B1 and B2 cells but now I am asked to have dialog box to get this information so it will be like