adding a text box in visio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • supreme1832
    New Member
    • Jan 2012
    • 2

    adding a text box in visio

    Hi. sorry im new in using vb in microsoft applications such as visio.

    i would like to ask how to add a text box in visio using a command button in visual basic editor without making a new stencil. i can do it by making a new stencil made from a rectangle and by just removing its corners. but i would like to know how to add a text box w/o using such way.

    also, in the text box, i would like the caption to be something like for example:

    text
    text

    how to make some part of it go to the next line instead of continuing in one line like for example:
    text text..

    Thanks for the help
  • supreme1832
    New Member
    • Jan 2012
    • 2

    #2
    Hi again. i already know how to make a text box but i still cant get the text to go to the next line. any help would be appreciated.

    Comment

    • MrMancunian
      Recognized Expert Contributor
      • Jul 2008
      • 569

      #3
      Have you tried this?

      Code:
      "Text" & vbCrLf & "Text"

      Comment

      Working...