Used VBA and Autocad 2023 LT

Used VBA and Autocad 2023 LT

mathieu.sinoquet
Explorer Explorer
1,184 Views
8 Replies
Message 1 of 9

Used VBA and Autocad 2023 LT

mathieu.sinoquet
Explorer
Explorer

Hello everyone, 
I have recently Autocad 2023 and, I need to build a drawing design rule for engineering services.

For more ease on the drawing, I will use VBA pluging, and at the same time, I will pursue autocad 2023 liscence for my colleagues, but the question is, is VBA pluging available on Autocad LT? 

Thank's for your answer !

0 Likes
Accepted solutions (1)
1,185 Views
8 Replies
Replies (8)
Message 2 of 9

grobnik
Collaborator
Collaborator

@mathieu.sinoquet Autocad LT is not supporting Vba tools. I know that only complete release of Autocad is supporting Vba tools. 

0 Likes
Message 3 of 9

mathieu.sinoquet
Explorer
Explorer
Ok, thank for this info, but i think that i will takes the full version Autocad for my colleagues.
0 Likes
Message 4 of 9

Ed__Jobe
Mentor
Mentor

Keep in mind that you can rent AutoCAD by the month so you can develop your plugin.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 5 of 9

mathieu.sinoquet
Explorer
Explorer
Alright, so with the LT version you can't develop or create, but you can use the pugin?
0 Likes
Message 6 of 9

Ed__Jobe
Mentor
Mentor
Accepted solution

No, LT cannot use any plugins, either lisp, VBA or .NET. Only the full version can be customized.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 7 of 9

mathieu.sinoquet
Explorer
Explorer
Thank you,
0 Likes
Message 8 of 9

grobnik
Collaborator
Collaborator

@Ed__Jobe If I remember well you can load and run lsp app on LT (no VBA ONLY LISP) but you cannot modify or debugging or create.

Of course I'm talking of LT release at least ten years ago.

0 Likes
Message 9 of 9

Ed__Jobe
Mentor
Mentor

It's always been this way since I can remember. See the API's section of this document. LISP is not like the other api's. You don't really need the IDE, you can enter lisp right at the command line. This would be the same as loading from a file. I'm not sure that LT even comes with the Express Tools, which are mainly done in lisp. To test LT, you could type (princ) at the command line. It should return NIL if lisp is supported.

 

If you go to the Autodesk App Store, you won't even find LT listed since it can't load any plugins. ARX files are not supported either.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes