以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  高级功能研发区  (http://weistock.com/bbs/list.asp?boardid=5)
----  这个代码只能启动excel,没有打开record.xlsx的文件,是什麽原因?  (http://weistock.com/bbs/dispbbs.asp?boardid=5&id=184548)

--  作者:weishao
--  发布时间:2021/3/5 23:45:03
--  这个代码只能启动excel,没有打开record.xlsx的文件,是什麽原因?
这个代码是从金字塔培训视频课程里抄下来的:
这个代码只能启动excel,没有打开record.xlsx的文件,是什麽原因?
call openexcelfile()
sub openexcelfile()
on error resume next
set excelapp=getobject("excel.application")
if err.nuber<>0 then
set excelapp=creatobject("excel.application")
set excelapp=getobject("E:\\documents\\record.xlsx")
else
set excelapp=excelapp.workbooks("record.xlsx")
if err.number<>0 then
set excelapp=getobject("E:\\documents\\record.xlsx")
end if 
end if
excelapp.parent.windows("E:\\documents\\record.xlsx").activate
excelapp.application.displayformulabar=false
if excelapp.application.visible=false then 
excelapp.application.visible=true
end if
excelapp.application.displayalerts=false
end sub


--  作者:yukizzc
--  发布时间:2021/3/8 9:20:56
--  

http://222.73.7.161/bbs/index.asp?boardid=5&TopicMode=0&List_Type=6,0,0&page=

看下高级区这里有几个excel的范例的

另外您哪里看的视频,那个可能是其他人做的金字塔培训视频吧,这种vba的相关操作都是需要客户自己去完成的,类似的接口api都是vba自己的


--  作者:weishao
--  发布时间:2021/3/8 10:16:28
--  
图片点击可在新窗口打开查看,youku上面下载来的.
--  作者:yukizzc
--  发布时间:2021/3/8 10:27:15
--  

就是高级区guotx2010这个用户出的