Apr 30, 2008 #1 miguelst MIS Jan 6, 2005 13 CA Hi, How can I call an AutoLISP function within a VBA procedure?
Apr 30, 2008 1 #2 TCARPENTER Programmer Mar 11, 2002 766 US Hi miguelst, Code: ThisDrawing.SendCommand ("SomeFunction" & Chr(13)) HTH Todd Upvote 0 Downvote
May 1, 2008 1 #3 basepointdesignz Programmer Jul 23, 2002 566 GB 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 Upvote 0 Downvote
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
May 2, 2008 #4 cresbydotcom Technical User May 22, 2006 234 Thanx 4 this. I want to run a script at start-up and cannot find a way (suspect no way) (see thread http://www.tek-tips.com/viewthread.cfm?qid=496870&page=1 if interested). However maybe a customised toolbar is only one click away, now - I go try. there is a tide in the affairs of man that you Cnut ignore................. Upvote 0 Downvote
Thanx 4 this. I want to run a script at start-up and cannot find a way (suspect no way) (see thread http://www.tek-tips.com/viewthread.cfm?qid=496870&page=1 if interested). However maybe a customised toolbar is only one click away, now - I go try. there is a tide in the affairs of man that you Cnut ignore.................
May 2, 2008 #5 cresbydotcom Technical User May 22, 2006 234 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................. Upvote 0 Downvote
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.................