作者mibu945 (米布)
看板Visual_Basic
标题[VBA ] vba 控制 ie中CRViewer
时间Tue Dec 13 20:49:24 2016
各位大大 小弟的公司需要大量列印
需要能用vba 直接点 CRViewer 的列印按钮
一般IE点按钮只要
getElementByID("xxx").click 就可
不晓得在CRViewer 怎操作
网页原始码如下图
https://imgur.com/gallery/y1sJ4
谢谢各位
-----------------
之後我自己有找到解答
Dim crv as CRViewer
set crv = getElementById("CRViewer")
之後就可以使用CRViewer 里面function
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 61.216.148.177
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1481633366.A.471.html
※ 编辑: mibu945 (223.140.76.115), 12/13/2016 20:56:48
※ 编辑: mibu945 (223.140.76.115), 12/13/2016 20:57:30
※ 编辑: mibu945 (220.136.77.237), 12/13/2016 21:09:26
1F:→ MOONRAKER: getElementById()不是javascript吗12/14 09:44
3F:→ MOONRAKER: 上面那边看一看12/14 09:48
※ 编辑: mibu945 (175.180.141.33), 12/14/2016 17:21:49