简体   繁体   English

ReadyState在VBA中替代IE11

[英]ReadyState substitute for IE11 in VBA

Please, I've just bought a new pc that came with IE 11. 拜托,我刚刚购买了IE 11附带的新电脑。

I have a lot of codes in VBA using the 我在VBA中使用

While ie.Busy Or ie.ReadyState <> READYSTATE_COMPLETE: DoEvents: Wend

But it seems that microsoft removed this feature as it says in its site . 但是,似乎微软已经按照其站点上的说明删除了此功能。 They say that the Replacement feature are script.onload, but I am not sure how to use it in VBA. 他们说替换功能是script.onload,但是我不确定如何在VBA中使用它。

Can anyone help me? 谁能帮我?

Many Thanks! 非常感谢!

According to: 根据:

http://msdn.microsoft.com/en-us/library/ie/ms534359(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/ie/ms534359(v=vs.85).aspx

readystate is only removed for script elements... readystate仅针对script元素被删除...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM