Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

IE 11 does not support execscript from vba. How do I use eval from vba the new function that replaces execscript

$
0
0

Hello, 

I used the Microsoft HTML object libary from an excel vba module to read web html. 

The code is

iexpfleetobj.document.all.Item
                Call iexpfleetobj.document.parentWindow.execScript("document.form.P_IMO.value='" & VesselIMO & "';document.form.action='ShipInfo?fs=FleetInfo';document.form.submit();")

With IE 11 I read you need to use eval instead of execscript, the HTML object model does not seem to support it or I do not know how to use eval instead of execscript in the above context. Can you please help me by giving me an example.

Thank you


Viewing all articles
Browse latest Browse all 3527

Trending Articles