Hello There!

I have a excel file that I am running VBA out of and pasting into a PowerPoint. I would like to be able to automatically pass through titles for the slides using VBA and ideally have them placed as text boxes. I have ~ 50 slides in my template file and I was hoping to be able to create a table in my excel sheet that would dynamically update based on some dimensions selected in excel.

For example, if the cover slide says "Company A performance January" I would like it to replace with "Company B performance February" (using VBA). Not all slides will have the same title hence the desire for a table format rather than hard-coded in the code itself.

Thanks!