General discussion

  • Creator
    Topic
  • #2080678

    How to make different Footers in Word wi

    Locked

    by lyxx ·

    I try used string code:

    With objDoc.ActiveWindow.Selection
    .HeaderFooter.LinkToPrevious = False
    end With

    but Word didn’t anything, please help me, how to do it.

All Comments

  • Author
    Replies
    • #3774725

      How to make different Footers in Word wi

      by rlb ·

      In reply to How to make different Footers in Word wi

      Try objDoc.Section(sectionIndex).Footers(wdHeaderFooterPrimary).LinkToPrevious = False

      • #3774378

        How to make different Footers in Word wi

        by lyxx ·

        In reply to How to make different Footers in Word wi

        No, didn’t work, I do this:
        objWord.CommandBars(“Header and Footer”).Controls(9).Execute

Viewing 0 reply threads