How do I connect PowerPoint and Excel such that each slide in the PowerPoint slideshow shows the next Excel cell in the cell in column A of Excel?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, it’s a bit of programming, but basically you’ll want to:
PowerPoint VBE.
want the Excel cell text to appear,
like a Title placeholder.
SlideChangeevent in aclass and with with the slide
change, read the index of the slide
and map it to the next cell from an
array of cells.
slide shape when the slide changes.
fires the event monitoring – either
from a Ribbon button, manually from
F5 or via
Auto_Open.If you come back with code that you’re having problems with, I’d be happy to consult further.