robbin840311 发表于 2008-6-10 11:02:00

[求助]怎么把LISP的值传给VBA

<p>如题,我初学LISP,想把得到的值传给VBA,怎么实现。</p><p>如图:</p><p>&nbsp;</p><p><img src="file:///C:/0/6.jpg" border="0" alt=""/></p><p>通过LISP得到7ef7eb80,怎么把它传给VBA呢?望高手不吝赐教!</p>

robbin840311 发表于 2008-6-10 15:02:00

<p>结贴,已经解决,如下:</p><p>'**********************************************************************************************************<br/>Dim LS1 As String<br/>ThisDrawing.SendCommand "(gettym """ &amp; obj.Handle &amp; """)" &amp; vbCr<br/>LS1 = ThisDrawing.GetVariable("LastPrompt")<br/>Debug.Print&nbsp;LS1&nbsp; '**********************************************************************************************************</p>

DeLiN001 发表于 2008-9-12 21:49:00

楼主的问题是否已解决了?
页: [1]
查看完整版本: [求助]怎么把LISP的值传给VBA