Results 1 to 3 of 3

Thread: AllowBreakAcrossPages...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    AllowBreakAcrossPages...

    How can I set AllowBreakAcrossPages for an individual row in a table containing merged cells?
    I am unable to access the row objects of the rows collection in vba.
    However, I can change the property for individual rows through the GUI (Table > Table Properties... > Row).
    If I record it I get this:
    Selection.Tables(1).Rows.AllowBreakAcrossPages = True
    But if I run that, it applys it to all rows (as expected).
    My feeling is it can't be done in VBA, but the GUI does it some other way.
    Any ideas?
    Last edited by Aussiebear; 04-24-2023 at 05:07 AM. Reason: Adjusted the code tags

Posting Permissions

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