Visual basic for applications in PowerPoint

Asked By 0 points N/A Posted on -
qa-featured

Hi everyone,

I would like to know to use visual basic for applications with PowerPoint, the figure is an embedded excel chart object. I tried to apply “msoEmbeddedoltobject” but it functions with all fixed applications for instance word object and others. I have therefore decided to transform all the fixed charts for excel into images and I need your help in this.

SHARE
Answered By 0 points N/A #111773

Visual basic for applications in PowerPoint

qa-featured

Hi Anna Jaris,

VBA or Visual Basic Applications is a program which enables you to print the document, display and present the slides and can actually do interactively what you really wanted to do.

To make it possible for you to run the Visual Basic Applications, try these steps:

  1. Make a new standard EXE project. The form 1 is made by default.
  2. In the default form, you must also add a command button on it.
  3. You have to click the references in the menu project. Also add the Microsoft PowerPoint 8.0 object Library.
  4. Then you have to run and begin the project,

Hope this might help you.

Thank you.

Related Questions