Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6844045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:19:40+00:00 2026-05-27T00:19:40+00:00

I have a custom plugin that was made for powerpoint and has a functionality

  • 0

I have a custom plugin that was made for powerpoint and has a functionality to export the current slide as HTML5. It doesn’t support exporting the entire PPT so basically I would have to go slide by slide and export.

My question is, can I write something in VB that can execute a menu command, finish, next slide, execute menu command etc?

I don’t even know if VB would be the correct language to use. I’ve never written anything in it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:19:40+00:00Added an answer on May 27, 2026 at 12:19 am

    VBA might be simpler since it’s built into PowerPoint.

    If you know the name of the command bar and the control on the command bar that you want to launch:

    Sub LaunchTheCommand()
        Dim oCmdbar As CommandBar
        Set oCmdbar = Application.CommandBars("CommandBarName")
        oCmdbar.Controls("ControlName").Execute
    End Sub
    

    View | Toolbars will show you the names of your toolbars.

    This could help you work out the right name for the individual controls:

    Sub ShowTheControlNames()
        Dim oCmdbar As CommandBar
        Dim oCtl As CommandBarControl
        ' for example, let's look at the Standard toolbar:
        Set oCmdbar = Application.CommandBars("Standard")
        For Each oCtl In oCmdbar.Controls
            Debug.Print oCtl.Caption
        Next
    End Sub
    

    Note that your code won’t work on non-English versions of PowerPoint … the menu names are different.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom QT plugin module that has embedded resources. I want to
I have a custom WordPress plugin that works fine on my local dev machine,
I have a custom plugin for 3ds Max that interfaces with some managed code
I have a custom gallery plugin that I have created and I am wanting
At the moment I have a custom ActiveX plugin that drops down the usual
I have a custom developed WordPress plugin that is using jQuery 1.4 and for
I have a custom plugin (I didn't write it) that is not working on
I have a custom plugin that I run on all our projects as part
I have a custom browser plugin (built with FireBreath) that will invoke a local
I have a custom Eclipse plugin I am working on. It has a CustomerExplorer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.