How to Add Text to Drawing with a UserForm?

Started by anico, June 03, 2016, 05:15:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anico

Hi there,

I'm very new to Visio and do not have an extensive knowledge of VBA. That's why my question is (at least I assume) so simple.

All I am trying to accomplish is launch a UserForm which will have several textbox inputs. The user will put text into those boxes and click submit on the UserForm, where all of the data entered into the textboxes will then populate text fields on the Visio drawing. This will function in the form of a reusable template, so I do not need any form of dynamics - there will always be the same textboxes refering to the same text fields.

Would someone please be willing to step me through how to accomplish this with VBA code? All I have managed so far is to make a macro assigned to an object on the Visio drawing that, when double clicked, opens the UserForm I'll be using for data entry.

Thank you very much!