Consulting

Results 1 to 2 of 2

Thread: Switch over from excel window to powerpoint window using vba code.

  1. #1

    Switch over from excel window to powerpoint window using vba code.

    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

  2. #2
    Configured.
    PowerPoint.ActiveWindow.Activate

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •