D
DW
Under XL 2003, I created a macro to open and navigate thru a web page using
ie6. Now, under XL 2007 (Standard), part of the macro works but the
inserting of data into fields does not. Any suggestions?
Set ie = CreateObject("InternetExplorer.Application")
With ie
.Visible = True
.navigate "http://www.smcorp.com"
.resizable = True
End With
Application.Wait (Now + TimeValue("0:00:05"))
SendKeys "MY DATA"
SendKeys "{TAB}"
Don
ie6. Now, under XL 2007 (Standard), part of the macro works but the
inserting of data into fields does not. Any suggestions?
Set ie = CreateObject("InternetExplorer.Application")
With ie
.Visible = True
.navigate "http://www.smcorp.com"
.resizable = True
End With
Application.Wait (Now + TimeValue("0:00:05"))
SendKeys "MY DATA"
SendKeys "{TAB}"
Don