Web Browser Control With VBA (1 Viewer)

abbaddon223

Registered User.
Local time
Yesterday, 22:14
Joined
Mar 13, 2010
Messages
162
Hi,

I'm used to using VBA in access to IE automation by declaring an instance of IE as a new object.

For a current project, I need to use the browser inside a Web Browser Control Form.

What's I'm trying to do is insert values intol controls within the webform.

Usually I'd do this like

Ie.Document.all.Item("phone_login").Value = "123" to put the value in the web form control phone_login, however I'm unsure how to automated this inside of a web browser control....Grrrrr

I'm new to this type of form, so any help would really be appreciated!

Phil.
 

Users who are viewing this thread

Top Bottom