Message 1 of 4
Can it be done?

Not applicable
10-10-2017
02:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm new to VBA and LISP, and I could use some help here...
I have an algorithm in C++ which I want to re-write to create a new app for autocad
I need the app to collect text from multiple drawings --> process it --> create new dwg file.
Could someone please give me some ideas how to start?
should I make a lisp that calls VBA? or a VBA that calls lisps?
from the little I know I was thinking about a lisp that call a VBA with execute button,
if you press the execute button, you call a function that enables you to select all the text in drawing number 1,
afterwards you can press another buttom to select all the text in drawing number 2 and so on...
what do you think?