Autocad vba

Autocad vba

Anonymous
Not applicable
570 Views
3 Replies
Message 1 of 4

Autocad vba

Anonymous
Not applicable
How can i get the text in autocad and output to excel. The text ia not in a table form.

Please help
0 Likes
571 Views
3 Replies
Replies (3)
Message 2 of 4

kasperwuyts
Collaborator
Collaborator

Before trying anything with VBA, maybe the DATAEXTRACTION command already does what you want.

http://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCA...


Best regards
Kasper Wuyts
_______________________________________________________________________________
If this post solves your problem, clicking the 'accept as solution' button would be greatly appreciated.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Hi kasper, already tried "dataextraction" but all the extracted text are in one column. The reason i want to do in VBA is to automate the process
0 Likes
Message 4 of 4

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> but all the extracted text are in one column

It's hard to show something when nobody here knows what you exactly need.

It's also difficult when we don't know where you are with your code now and where exactly you need help. E.g. can't you select text objects or do you have a drawing with different objects representing characters (like mtext, text, leader objects, block-attributes, .... or do you have problems accessing Excel via VBA? We even don't know if you are working with AutoCAD VBA or Excel VBA.

 

I guess a bit more description + showing the code you are currently working on will help to get more feedback.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes