R
RossW
I'm using the form from the Access 2000 Developers Handbook to create a
powerpoint presentation, except that rather than create a new one based on a
template I'm copying an existing one. The problem is that I want to update
the text in a Label control (which supposedly is still a member of the Shapes
collection) but I get an error when I try to use the TextFrame.Text property.
How do I update a ppt Label control's text in code? I even tried to record a
macro in ppt but it doesn't record the edit.
powerpoint presentation, except that rather than create a new one based on a
template I'm copying an existing one. The problem is that I want to update
the text in a Label control (which supposedly is still a member of the Shapes
collection) but I get an error when I try to use the TextFrame.Text property.
How do I update a ppt Label control's text in code? I even tried to record a
macro in ppt but it doesn't record the edit.