G
Guest
I posted this previously, but got no response. Am I even in the right place
for this question?
I am trying to automate a daily download process that manually requires me
to navigate to a website, select a radio button, fill in two text boxes and
click a submit button. I can get Access to open IExplorer and navigate to
the website by using
Dim ieApp As InternetExplorer
Set ieApp = New InternetExplorer
ieApp.Visible = True
ieApp.Navigate "http://...
After that, I am lost. I've tried to use ieApp.PutProperty with no success.
(I'm either not getting the syntax right, or it just isn't the right method,
???)
Does anyone have a clue for me?
for this question?
I am trying to automate a daily download process that manually requires me
to navigate to a website, select a radio button, fill in two text boxes and
click a submit button. I can get Access to open IExplorer and navigate to
the website by using
Dim ieApp As InternetExplorer
Set ieApp = New InternetExplorer
ieApp.Visible = True
ieApp.Navigate "http://...
After that, I am lost. I've tried to use ieApp.PutProperty with no success.
(I'm either not getting the syntax right, or it just isn't the right method,
???)
Does anyone have a clue for me?