Greetings,

I have probably an odd ball question. I have a three monitor setup. I will call these monitors: Left, Center, Right.

I have a PowerPoint open with the normal view editor on the Left monitor.
The Presenter View is open on the Center monitor.
The presentation for the audience is running on the Right monitor.

Is there a way with VBA code to change which slide is displayed in the normal view editor on the Left monitor while the Presenter view and presentation are running on the Center and Right monitors?

For example, I am displaying slide 11 on the Center (Presenter) and Right (Audience) monitors. I click a button on the Center screen (Presenter) which takes me to slide 30 on the Center (Presenter) and Right (Audience) monitors. When I click that button, VBA code is ran to change the Presenter View (Center) and the audience presentation (Right) to slide 30. I also want the Normal View editor to display slide 30 on the left monitor. Is there a command in VBA to accomplish making the Normal View (Left) to change to slide 30?

Thank you.