Update existing power point table with Excel range using VBA

Viewed 20

I am a VBA newbie. I am trying to set up a process to quickly update an existing power point template using data from an Excel worksheet.

I was successful in doing it for charts, and for text boxes, but I am struggling with tables.

Let's say I have an existing 2x3 table in ppt and I want to update it with my data from a 2x3 Excel range. Can I do it without for loop?

0 Answers
Related