VBA Internet Explorer Application Control: User/Password Entry

aje35

New Member
Joined
Jun 22, 2010
Messages
47
I am trying to utilize VBA to access a device on a local network and retrieve data from it's browser based output display. I have read threads on how to use VBA to fill out forms on a web page (e.g. User Name & Password). I am stuck because my situation does not involve a form on the web page I am directing to. Instead I have a pop-up window title "Connect to *Specified IP Address*" and it requests the user name and password in this window.

s1rr0k.png


Does anyone have any idea how I would go about filling these fields out via VBA and submitting the log-in request? I believe it should be an operation within the Application.InternetExplorer but I am not really sure.

Thanks for your help.

A.J.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
That's a Windows dialog box, not an Interenet Explorer one.

You'll need Windows API to deal with it.
 
Upvote 0
Okay I thought that might be a possibility. Do you know of any resource to view the available methods within Windows API?
 
Upvote 0

Forum statistics

Threads
1,216,109
Messages
6,128,875
Members
449,476
Latest member
pranjal9

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