[求助]怎么把LISP的值传给VBA
<p>如题,我初学LISP,想把得到的值传给VBA,怎么实现。</p><p>如图:</p><p> </p><p><img src="file:///C:/0/6.jpg" border="0" alt=""/></p><p>通过LISP得到7ef7eb80,怎么把它传给VBA呢?望高手不吝赐教!</p> <p>结贴,已经解决,如下:</p><p>'**********************************************************************************************************<br/>Dim LS1 As String<br/>ThisDrawing.SendCommand "(gettym """ & obj.Handle & """)" & vbCr<br/>LS1 = ThisDrawing.GetVariable("LastPrompt")<br/>Debug.Print LS1 '**********************************************************************************************************</p> 楼主的问题是否已解决了?
页:
[1]