VBA in Microstation

Discussion in 'Microstation' started by Gray Hound, Sep 20, 2006.

  1. Gray Hound

    Gray Hound Guest

    I'm trying to make a button that changes text justification
    (top left)

    Private Sub CommandButton1_Click()
    Const fmTextAlignLeft = 1
    End Sub

    Any help out there
     
    Gray Hound, Sep 20, 2006
    #1
  2. Gray Hound

    hejjog Guest

    Did you get any help on this yet?

    If not, please clarify: My read on this is that you will be writing
    some VBA code, which then needs to be called from a customized tool
    button (or other method). Do you intend to set up the command to work
    on future text to be placed, or to change the justification of existing
    text?

    Let me know, and I will see what I can do to help.

    ~Peter.
     
    hejjog, Oct 4, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.