Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to call AutoLISP function within VBA procedure 2

Status
Not open for further replies.

miguelst

MIS
Jan 6, 2005
13
0
0
CA
Hi,
How can I call an AutoLISP function within a VBA procedure?
 
Hi miguelst,

Code:
ThisDrawing.SendCommand ("SomeFunction" & Chr(13))

HTH
Todd
 
You could also replace Chr(13) with vbCr which serves as 'Enter' also..

Sorry, just my 10p worth :)

Cheers,

Paul
basepointdesignzltd..
XP Pro..
Pentium Core 2 Q6600 Quad Core
ASUS P5N-E SLI Motherboard
4GB DDR2 RAM
2 x SLI NVIDIA 8500GT SLi 1024MB DDR2 PCI-Express Graphics Cards
 
finaly figure a macro for pspace > zooming to extents > qsave
AND its on the tool bar now.
So maybe I can sort a few dashboard things in the same way.

there is a tide in the affairs of man that you Cnut ignore.................
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top