Hi everyone
![]()
Sub AutoFill_IE() Application.ScreenUpdating = False Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") IE.Visible = True IE.Navigate "http://***" While IE.Busy DoEvents Wend IE.document.getElementById("***").Value = "1" Set IE = Nothing Application.ScreenUpdating = True End Sub
The values are used as filter criteria and are applied by clicking a gif image with following details
HTML Code:
How exactly can I get the .click command to apply to this button?
Thanks
FD
Bookmarks