明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1897|回复: 7

再次致ZHUQI75: 你说让我把程序贴出, 帮我分析, 现在贴出来了...

[复制链接]
发表于 2003-1-20 09:48:00 | 显示全部楼层 |阅读模式
再次致ZHUQI75: 你说让我把程序贴出, 帮我分析, 现在贴出来了, 请帮助分析一下呀!!
发表于 2003-1-20 11:10:00 | 显示全部楼层

where?

发表于 2003-1-20 13:08:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2003-1-20 15:11:00 | 显示全部楼层

我真的没有看到

我真的没有看到
 楼主| 发表于 2003-1-21 03:34:00 | 显示全部楼层

17日贴的程序在这:

to: ZHUQI75.请帮忙分析一下,原因何在?(17/01/03)
请帮忙分析一下,原因何在?
(setq xlfile (findfile "XXX.xls"))
(vl-load-com)
(setq Excl (vlax-Get-or-Create-Object "Excel.Application"))
(setq WorkBk (vlax-get Excl 'Workbooks))
(setq xlapp (vlax-invoke-Method WorkBk 'Open xlfile))
(vla-Put-Visible Excl 0)
(setq xsheet (vlax-get-property xlapp 'activesheet))
(setq FirstCell (vlax-get-property xsheet 'range "A1"))
(vlax-invoke-method FirstCell 'Activate)
(setq UsedRange (vlax-get-property FirstCell 'CurrentRegion))
(setq usedrows (vlax-get-property UsedRange 'rows))
(setq nrow (vlax-get-property usedrows 'count))
(loadtypelibexcel)
(setq num (getcellvalue nrow 1))
(setq num (rtos (1+ num) 2 0))
(setq today (itoa (fix (getvar "cdate"))))
...
...
(putrowlist (list en des rea sig today)(1+ nrow) 1)
(vlax-invoke-method xlapp 'save)
(vlax-invoke-method workbk "close")
(vlax-invoke-method Excl "quit")
 楼主| 发表于 2003-1-23 03:20:00 | 显示全部楼层

这两天没来?

 楼主| 发表于 2003-1-26 11:58:00 | 显示全部楼层

ZHUQI75, Where did you go?

 楼主| 发表于 2003-2-7 07:35:00 | 显示全部楼层

ZHUQI75: 你到哪里去了?

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

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-26 05:26 , Processed in 0.169120 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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