Consulting

Results 1 to 6 of 6

Thread: VBA word - adding a: row to a table, label and combobox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Jul 2017
    Location
    Tilburg
    Posts
    5
    Location

    VBA word - adding a: row to a table, label and combobox

    Dear programmers,

    I'm not a progammer, i can program a little bit bu with a lot of help and research and even then it ain pretty...
    I hope you can help me with he following problem.
    In the attachement is a word file with on the 3rd page an button : Add step.

    The program must add an row to the table above (in this case to row 7), including a combobox and label. This needs to be in the same stye and format as the row above (7), in other words, it needs to be copied.
    The caption of the label (in the new created row) is depended on the value of the combobox at the same (new) row.

    So far my coding generates a new row with label and combobox only not in the same style/format as the row above. (it dumps it on te screen).

    There is an classmodule made,when i run it (with the vba coder, otherwise it wouldn't work) it couples the combobox to the label.

    The problem i have and what i can't figure out is placing the label and combobox at the correct coördinate's and couple them as now is done in the classmodule...

    The program is for making plans with correct terminology. Row 7 is added just to show how it should look.

    Many thank in advance!

    With kind regards,
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •