current slide

  • Thread starter Thread starter Dave Eades
  • Start date Start date
D

Dave Eades

How do I change the following line of code so that it targets the crrent
slide rather than slide 1?
I have tried different combinations but it never seems to work!

ActivePresentation.Slides(1).Shapes(i).TextFrame.TextRange.Text = VALUES(i -
1)

Thanks for any help

Dave
 
Back
Top