MS Word: Inserting information into a bookmark using multiple forms.

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 12

  • @Finchman
    @Finchman 3 роки тому

    How do you make the form questions come up when you start the document? For some reason mine doesn't want to do that. Is there an additional line of code that needs to be added perhaps?

    • @LearningEngineercom
      @LearningEngineercom  3 роки тому +1

      It looks like this:
      Private Sub Document_New()
      stInfo.Show
      End Sub
      Private Sub Document_Open()
      stInfo.Show
      End Sub
      Use Sub Document_New if you're creating a template.

    • @Finchman
      @Finchman 3 роки тому

      @@LearningEngineercom Thanks, I will try your suggestion. Great video. Keep up the good work :)

  • @eduing469
    @eduing469 5 років тому

    Gracias. Excelent video

  • @shannonrowan5477
    @shannonrowan5477 3 роки тому

    I love this concept but this doesn't work with legacy form fields. Please help!

    • @LearningEngineercom
      @LearningEngineercom  3 роки тому

      You can have one form field apply to many bookmarks, but you have to have a separate variable for each bookmark.

  • @grantgatland692
    @grantgatland692 3 роки тому

    Hi - the document link seems broken?

  • @lagusgoudas2705
    @lagusgoudas2705 2 роки тому

    hello how to feed a listbox on UserForm word vba 'Thank you for everything'

  • @stevanus9795
    @stevanus9795 5 років тому +1

    hi, how to Delete contents/information of bookmark without deleting bookmark ?
    help please.