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!