vba如何用Sendcommand 方法传递语句
<P>请问vba如何用Sendcommand 方法传递以下语句</P><P>(defun c:tt() (command"vbarun" "E:\\acad.dvb!Automationmanage.tt1"))</P>
<P>多谢!</P> 为什么用Sendcommand ?,把它放在Acad200?Doc.lsp文件里不就行了 因为我要实现点一个控件才发这个命令 你可以在tt宏里做一个判断,Sendcommand不推荐使用的 <P>4楼版主:怎么判断呢?虽不建义用,可否写出来看一下</P>
<P>能否写成thisdrawing.sendcommand _</P>
<P>"(defun c() (command"vbarun" "E:\\acad.dvb!Automationmanage.tt1"))"</P>
<P> </P> <P>"(defun c() (command ""-vbarun"" ""E:\\acad.dvb!Automationmanage.tt1""))" & vbcr</P> 不能用thisdrawing.sendcommand"(defun c: tt() (command ""-vbarun"" ""E:\\acad.dvb!Automationmanage.tt1""))" & vbcr <P>"(defun c:tt() (command" & chr(34) & "vbarun" & chr(34) & " " & chr(34) & "E:\\acad.dvb!Automationmanage.tt1" & chr(34) & "))"</P>
<P> </P>
页:
[1]