PDA

View Full Version : Switch over from excel window to powerpoint window using vba code.



dibyendu2280
09-25-2023, 06:58 AM
Sir, need some help.
I opened one excel file & one powerpoint file. In excel file there are some command buttons(activeXcontrol) now I want to change over from excel
to powerpoint when I press command buttons in excel sheet. I tried below code but did not switch over to powerpoint window.



PowerPoint.Application.Visible = msoTrue

dibyendu2280
09-25-2023, 07:38 AM
Configured.

PowerPoint.ActiveWindow.Activate