enter image description here我真的是VBA-HTML的新手。我可以从html获取ID并在上面放值,但是我在此失败(错误消息91)。
能请你帮忙吗?
我的代码:
Sub firstb () Set ie = CreateObject("InternetExplorer.application") ie.Visible = True ie.Navigate("https://ebank.firstbank.com.tw/PTLB2C/index.xhtml") Do While ie.Busy = True Or ie.ReadyState <> 4 DoEvents Loop ie.Document.forms(0).all("form:custId").Value = "lmiltamy" ''(error message 91). End Sub
This post discusses an issue encountered while using the @name annotation in documentation generation, specifically regarding nested class processing and unexpected output. ...
[详细]