powerpoint

VBA for Inserting a chart into a ppt slide

Below is a procedure that I use to pull charts into a ppt from excel spreadsheets. However one thing I cannot figure out is how to insert the picture into the "object" instead of just pasting it onto th screen. (ie if I did a ppLayoutFourObjects, and sent fours charts to this slide, before adding another, I need to know how to paste the ...

How can I programmatically open and save a PowerPoint presentation as HTML/JPEG in C# or Perl?

I am looking for a code snippet that does just this, preferably in C# or even Perl. I hope this not a big task ;) ...

Creating a Powerpoint with Graphs from Access

I am trying to programmatically create a PowerPoint from graphs in Access. Ideally, when the graphs move over to PowerPoint they will become static pictures and not graphs still linked to the access data. I have tried procedures such as: Private Sub Command1_click() Dim pwrpnt as Object Dim Presentation as Object set p...

How to replace text in a PowerPoint (.ppt) document?

What solutions are there? I know only solutions for replacing Bookmarks in Word (.doc) files with Apache POI? Are there also possibilities to change images, layouts, text-styles in .doc and .ppt documents? I think about replacement of areas in Word and PowerPoint documents for bulk processing. Platform: MS-Office 2003 ...

C# Powerpoint SlideShowEnd problems

Hi all, Im creating a C# application that plays a powerpoint slideshow. After the slideshow has finished I want to stop powerpoint and return to my program again. The problem i'm having is that I have to click at the ending of the slideshow to return to my program... Is there a way that I can disable to wait for a click? private void ...

Anyone know of a website for learning VBA in PowerPoint?

I can do a few things with powerpoint, but I need to learn more about the basics: -adding a new textframe and text, and placing it where I want to on the slide -how to use VB to control the master slide -add text to the notes field stuff like that. my experience with vb and ppt has been some automation stuff from access, but ppt is one...

compile ms office interop app from commandline

how do I successfully compile this code from the commandline, using csc.exe, in terms of which dll's I should reference. I would like this to work with Office 2007 as well as Office 2003. I am use DotNet Framework SDK 2.0. I get this compilation error: (2,37): error CS0234: The type or namespace name 'Interop' does not exist in the ...

PowerPoint version compilation

Let's say I am using SharpDevelop/VS to develop an app that uses PowerPoint. Do I need to recompile the app so there is a build for each version of MS Office? I have MS Office 2007, but I would also like the app to work with Office 2003 and later, without having to recompile the app for each version. Do I just need to install the appr...

How do I read the windows registry (Default) value using QSettings?

I want to read the registry to find the current PowerPoint version. However this just returns Zero: QSettings settings("HKEY_CLASSES_ROOT\PowerPoint.Application\CurrVer", QSettings::NativeFormat); QString sReturnedValue = settings.value( "(Default)", "0" ).toString(); Any suggestions as to how I get the value ...

Capturing Powerpoint in Encoder

After we capture powerpoint in Encoder and it plays back in Media Player or Quicktime, the cursor appears on the screen. We tried bringing the cursor to the bottom of the slide when it is in slide show, but you can still see it in playback. Any suggestions on how to get the cursor off the screen? We are not sure if it's an Encoder proble...

power point printing problem using C#

I'm using the COM objects from Office 2007 to handle and print ms-office files. I don't have any problems with word and excel documents, but i just can't print Power Point docs. the code bellow just opens the file send a job to the printer but nothing gets printed what am i doing wrong? =( using System; using System.Collections.Generi...

Detecting MCI activity in another app (powerpoint viewer 97)

Is there any way of detecting when another app plays audio via MCI? And more specifically, when it stops playing audio? The other app in question is the powerpoint viewer 97 which I believe uses MCI for its audio output. This is for a kiosk type system with XPe - I want to change the settings on attached audio amplifiers when the powe...

PowerPoint 2003 - VBA for entering information into the Notes section?

I am trying to find out how you write VBA to enter a text box into a slide, and enter text. I am also trying to find vba for entering text into the notes section of a PowerPoint slide. Any help would be greatly appreciated. I have tried to find a site specifically for this, but have not been able to do so ...

Visual Basic _ Question about findings the right study material?

Hey does anyone know of a great book/CD-ROM, etc for learn some novice to advanced Visual Basic study. I think I have about graduated the beginner stage. The main thing I need to do with Visual Basic is use it in conjunction with Office applications (2003 to be precise). Mostly MS Access, Excel and PowerPoint. But I want to learn more, I...

Create own powerpoint animation in VB

How can I create my own PowerPoint animations in VB? Not sure where I can find the right commands etc.. I am somewhat familiar with VB... Is it even possible to achieve what I am looking for? ...

VBA for altering PowerPoint 2003 Presentations- Active not new

If I set up a template on PowerPoint slides, that contain all the text boxes I need, the what Visual Basic do I use to enter text that I want into those text boxes? It is easier for me to use a template, because these ppt briefs contain (or need to contain) a lot of data: how do I enter text into those text boxes how do you alter the ...

Previewing PDF and PowerPoint files with Silverlight/Flash

I'm looking for code or a good control to preview PDFs and PPTs with Silverlight or Flash. It would be great if it has nice page-curl functionality. We want our customers to be able to have a look at their reports in a spiffy way. ...

How to convert a PowerPoint slide into HTML?

Hey guys, I am trying to insert PowerPoint slides into HTML preserving links in the PowerPoint slide. I was just wondering if any of you knew a good method to maybe exporting a PowerPoint slide to an HTML and then displaying it in a div on your page, with a link to say do a JavaScript function on that same page. ...

Embed PowerPoint Viewer in C# Win Form

Is it possible to Embed a PowerPoint Viewer into a C# Windows Form? I am currently use the following code: objApp = new PowerPoint.Application(); //objApp.Visible = MsoTriState.msoTrue; objPresSet = objApp.Presentations; objPres = objPresSet.Open(ppsAction.FileInfo.FullName, MsoTriState.msoTrue, MsoTriState.msoT...

PowerPoint - load macro on document load?

Does anyone know how I can have a macro load on document load when opening a PowerPoint pot-template? I've looked at some Auto_Open and add-ins which looks like need to be set. But there's a few settings that need to be set as well within PowerPoint itself for it to work. I've got a template which thousands of users are about to be usin...