Hi,

with the great help of the experts here I have managed to keep my first ever VBA project bouncing along. I have managed to dynamically update multiple powerpoint datasheets in multiple presentations using data from my excel worksheets and am now trying to do the same with textboxes. I am looking for an example of how to alter the text to a new string or value. It can be assumed I already have powerpoint , the presentation, and the slide in question active. I have managed to make a button to change the name of the textboxes from their defaults so I can track them more easily in my code but I can't find the appropriate syntax to address textboxes on a given slide using the name. Also, when updating graphs I was just looping through all shapes on a slide. But if I can name the graph objects can I also refer to these more simply by name rather than checking which type of object they are?

Regards all,
Jason