Excel精英培训网

 找回密码
 注册
数据透视表40+个常用小技巧,让你一次学会!
查看: 2441|回复: 2

[已解决]IE前期绑定代码怎么写?

[复制链接]
发表于 2014-4-29 14:01 | 显示全部楼层 |阅读模式
本帖最后由 hahada 于 2014-4-30 01:13 编辑

Set IE =  CreateObject("InternetExplorer.Application")
最佳答案
2014-4-29 22:37
先引用IE对象。
QQ截图20140429223223.jpg
  1. Sub demo1()
  2.     Dim ie As InternetExplorer
  3.     Set ie = New InternetExplorer
  4.     ie.Visible = True
  5. End Sub
复制代码
发表于 2014-4-29 22:37 | 显示全部楼层    本楼为最佳答案   
先引用IE对象。
QQ截图20140429223223.jpg
  1. Sub demo1()
  2.     Dim ie As InternetExplorer
  3.     Set ie = New InternetExplorer
  4.     ie.Visible = True
  5. End Sub
复制代码
回复

使用道具 举报

 楼主| 发表于 2014-4-30 00:58 | 显示全部楼层
hwc2ycy 发表于 2014-4-29 22:37
先引用IE对象。

前期绑定是不是还有一种写法?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|Excel精英培训 ( 豫ICP备11015029号 )

GMT+8, 2024-4-16 14:47 , Processed in 0.419390 second(s), 11 queries , Gzip On, Yac On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表