View Single Post
 
Old 03-01-2011, 07:52 AM
yoinkster yoinkster is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Mar 2011
Posts: 1
yoinkster is on a distinguished road
Default Synchronised scrolling

Hey guys,

I'm trying to find a way to do synchronised scrolling in PowerPoint as there is no simple option like there is in Excel.

I am looking at doing it with a macro and have got some code to find the number and names of the currently open PowerPoint presentations but cannot seem to figure out how to get each one to scroll by one slide when the macro is run. In pseudo code, I think it should go like:

Find all instances of PowerPoint presentations,
Select the first one, scroll by one slide,
Select next one, scroll by one slide until all have been scrolled by one slide.

Does anyone know how I can do this?

Thanks,
Adam.

*edit - I'm running both Office 2007 and Office 2010*
Reply With Quote