what the?

what the?

Anonymous
Not applicable
501 Views
2 Replies
Message 1 of 3

what the?

Anonymous
Not applicable

Hi all.

Yesterday afternoon I used VBA to create a user form through AutoCAD's VBAIDE. 

When I went to save it, it defaulted to a DVB file format. This morning when I went to open it back up to continue my work, it did not recognize the file format, and upon inserting it into the AutoCAD VBA, it inserted it as a module, and the code looks incredibly scwewy. 

 

 

How do I open a dvb file in AutoCAD's VBAIDE? 

I was expecting it to be like Excel's VBAIDE, but it did not work that way. It's like AutoCAD IDE doesn't recognize it's own file structure, so I must be doing something wrong here.

Furthermore, How do I save a user form to make sure it comes back up, without any trouble, when I need to edit it some more?

 ok, apparently dvb file formats are not approved file extension-attachments. So, I've attached it, but as a txt file. sigh........

 

 

TYIA.

 

0 Likes
Accepted solutions (1)
502 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
Accepted solution
You don't use the IDE's file menu. You first have to load the dvb in acad using the VBAMAN command.

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

Message 3 of 3

Anonymous
Not applicable

@eljobe wrote:
You don't use the IDE's file menu. You first have to load the dvb in acad using the VBAMAN command.

Hi.

Ok, I see it now.

 

Thank you.

 

0 Likes