Consulting

Results 1 to 3 of 3

Thread: PPTX - Replace fonts in multiple files

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Mar 2019
    Posts
    2
    Location

    PPTX - Replace fonts in multiple files

    Cheers everyone,
    I have around 3000 pptx files organized in folders/subfolders and I have to replace the fonts in all of them.
    I'm working on a VBA macro that would allow the user to:
    - pick a folder
    - iterate through all the pptx files in that folder (and in its subfolders!)
    - replace the font "x" with the font "y"
    - replace the font "z" with the font "w"
    Edit:
    - set font "w" as 'bold'

    Could anyone be so kind to help me with my problem? I know absolutely nothing about VBA

    Thank you in advance!
    Last edited by Bigabyte; 03-04-2019 at 02:29 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
  •