Results 1 to 2 of 2

Thread: Pasting Word Tables into PowerPoint

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    VBAX Regular
    Joined
    Sep 2008
    Posts
    9
    Location
    Try something like this:

    table.AutoFitBehavior=wdAutoFitContent
    table.Range.Font.Size=14
    table.Save
    However, if you want the table to fit on the slide, that's a tough one! I wrote some code that starts with a large font size, determines if the table fits on the page, and iterates through smaller font sizes until it does. But it doesn't work reliably! Sigh.
    Last edited by Aussiebear; 02-08-2025 at 09:40 AM.

Posting Permissions

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