Tagged Questions
-1
votes
1answer
38 views
Macro code need advise
My presentation is like this: There are around 500 slides in the presentation, the first slide is an introduction, second slide is for instructions with the action button for the Start_time macro - ...
0
votes
1answer
27 views
Update PowerPoint pictures using VBA
My day to day work involves creating powerpoints for clients highlighting their campaign performance. Most of the charts have been linked to excel, which saves me a ton of time but I end up spending ...
0
votes
1answer
30 views
Unable to populate PowerPoint TextBox with value in Excel cell using VBA
It's all fixed now..I had forgotten I had used an activex control textbox not the "normal" PPT textbox. This is the correct basic code to populate a single textbox.
Thanks to David Zemens I got ...
0
votes
2answers
139 views
Writing Excel VBA code/macro to populate Powerpoint Text boxes with Excel cell values
I'm attempting to take the value in Excel cells and value PowerPoint text boxes. I don't want to link a PowerPoint table to an Excel spreadsheet because the spreadsheet is constantly changing..values ...
0
votes
1answer
20 views
Find original scale of Powerpoint VBA msoLinkedPicture
I have a routine that update all links in a PowerPoint presentation. However, if the images that comprise the links have been resized, they will come in at a the same size, which will distort them.
I ...
-2
votes
0answers
17 views
Best Scale for Slideshow option ppt through vba
I have a code that copies many charts as images from excel 2010 to ppt 2010. I'd like to know how to make vba (run from excel) activate the "Format Picture> Size> Scale> Best scale for slideshow" ppt ...
1
vote
0answers
36 views
Rendering simple html code in Powerpoint text box
I have this string of html code and I want to display it in a Powerpoint Text box properly formatted as per the HTML code using VBA.
Any suggestion on how I do that?
I inserted some spaces in the ...
0
votes
0answers
40 views
Shape.Height and Shape.Width problems in PowerPoint 2013
I am using a small VBA script to apply some text in the background. The script works fine on PowerPoint 2007 and PowerPoint 2010.
However, in PowerPoint 2013, setting Shape.Height and Shape.Width ...
1
vote
1answer
27 views
Falling Mapple Leaves PowerPoint
I want to show falling mapple leaves on a slide of ppt. Its that achievable ? If yes how ?
I did try to google but not able to figure out.
Thanks for looking into it.
1
vote
0answers
28 views
VBA Power Point Link with excel Updates
I am very new with VBA, i have the power point file to excel - Pivot table and making a macro to that it keep change the povit valuse update the ppt link and save as new name. Actually it is all ...
0
votes
1answer
60 views
How do I export text from only certain shapes in ppt using VBA?
I'm trying to export text from a large ppt. I have figured out how to export but I get all text from all shapes and I'm only interested in certain text.
Is there a way to have an IF function that ...
0
votes
1answer
27 views
Powerpoint attaching a VBA function on a button
I have found how to create a button and I want to make it so when I press it it does the following function.
<-Button->
Sub AddButton()
Dim cb As CommandBar
Set cb = ...
0
votes
1answer
45 views
How do I Programmatically link an Excel table to a Powerpoint 2003 Chart
I have charts built in powerpoint where the data was manually pasted into the charts' dataSheets. I would like the user to be able to specify which excel file he would like to use and have the code ...
0
votes
2answers
88 views
How to create and format various charts in powerpoint based on excel data?
I have been trying to find a solution, be it a macro or a simple solution, to create and format charts in a powerpoint presentation. So far I could not find anything that would solve my issue.
The ...
0
votes
1answer
80 views
Interactive Quiz using ppt
I posted a rubbish question about this before and have gone away and done some work on it to re-ask. Basically I've made a ppt quiz that counts how many correct and incorrect answers a person has ...
0
votes
0answers
75 views
VBA to open PowerPoint file from Excel *Closed*
I am trying to write a short macro that will copy and paste data from an excel file to PowerPoint. I've found several similar examples of code that purport to do this, but for some reason I cannot get ...
2
votes
0answers
36 views
How to close a freeform path with VBA
I have a series of freeform shapes copied from a third party application.
These freeform shapes are made of open paths, which cannot be "combined" in PowerPoint (only freeforms made with closed paths ...
0
votes
2answers
100 views
How can I enable highlight when mouse over into VBA?
how can I enable highlight when mouse over into VBA? I write a marco into VBA, that after creating a new shape the shape should be enabled highlight when mouse over. Maybe with color?
Thank you
...
1
vote
1answer
23 views
Is it possible to automate the Compare Presentations feature of PowerPoint 2010?
Is it possible, either through VBA or interop / VSTO, to automate the "compare presentations" feature of PowerPoint 2010? Simply invoking it would be a start, though ideally I'd like a bit more ...
2
votes
2answers
61 views
Powerpoint Event handling - Prevent New Presentation
I am creating a Powerpoint Add-in. I would like to restrict user from either:
Create New Presentation
Open an existing Presentation
I have used this tutorial/overview to trap the NewPresentation ...
1
vote
1answer
207 views
Find and replace text in audio ppt using macros from excel
i have a project to find and replace words in powerpoint from excel and then save the powerpoint. My code is working fine. But when ppt has mp3 then it giving errors. Please see the code and tell me ...
0
votes
1answer
86 views
Parameterized query in Powerpoint VBA (ADODB)
I'm having some trouble getting a parameterized query to work in a Powerpoint project I'm working on (a kiosk app). The goal is to allow partial search strings that will search first name, last name, ...
0
votes
1answer
147 views
How to insert column in powerpoint using VBA
The questions is bit tricky one, I have googled and got a link http://joelblogs.co.uk/2010/08/13/automatically-create-summary-slides-in-powerpoint-2010/ with VBA code which helps me to insert summary ...
1
vote
0answers
77 views
excel target charts to ppt specific placeholders
I need to copy some charts from excel to a ppt presentation. The presentation stays the same with some placeholders to to receive the charts that get updated every now and then. I need to be able to ...
0
votes
1answer
156 views
Using VBA to insert/update image in PowerPoint?
I am making an interactive Powerpoint presentation that has previously read a text file from my local server (XAMPP) and displayed it. I'd like to now update it so that the user can hand-write their ...
0
votes
1answer
612 views
Exporting data from Excel to an existing PowerPoint slide using VBA
i am writing a small excel add-in for some simple data analytics but unfortunately i am not a VBA-programmer ;)
what i have done up to now:
fetch data from a huge excel workbook and perform ...
0
votes
0answers
73 views
Can I run a macro whenever a picture is inserted into powerpoint?
I would like to be able to call a macro whenever I insert a picture into a PowerPoint presentation.
Pictures which are huge are really annoying to deal with as I have to zoom out, then resize them ...
0
votes
1answer
211 views
Powerpoint & VBA New slide if table bottom exceeds the bottom of the slide
So i have been struggling with this for the past few days, i have this powerpoint 2007 presentation that i fill with information from a button in a from in a access file using VBA.
And in the first ...
0
votes
1answer
222 views
Paste Unlinked Excel Chart to Powerpoint
I'm currently working on a project transferring 50+ groups of Excel Charts to a powerpoint presentation. I have 50+ items that I'm comparing and making 50+ identical charts. The way that I have it set ...
0
votes
2answers
95 views
Copying animation and sequence information between powerpoint shapes
I'm trying to replace all shape objects on the slide (pictures) with shape objects of another type (rectangular shape). I can delete old object and create new, but i will loose all animation ...
0
votes
1answer
114 views
VBA code to change size of one slide only in powerpoint
how can I change the size of one slide in a presentation using VBA?
I know the PageSetup.SlideWidth and PageSetup.SlideHeight properties, but these work on the presentation and as a result on all ...
0
votes
3answers
319 views
Powerpoint VBA table & object alignment
I have a macro which generates a table with 3 columns and a dynamic number of rows.
The 3rd column is labled "Trend" and the macro creates an arrow pointing up, down, or to the left but these arrows ...
0
votes
1answer
45 views
How can I select each shapes in loop?
Powerpoint 2010
I am trying to select on each new shape in the loop. But not all shapes in loop are selected. Always only the last shape is selected. What is wrong?
Thank you
Private Sub ...
0
votes
1answer
220 views
vba power point changing image border color on click
I'm trying to make an educational interactive presentation for kinder children using Power Point, and I'm trying to do a kind of test/activity in which the children have to click on some pictures ...
0
votes
1answer
98 views
Why Won't My Macro/VB run from in my PowerPoint presentation
I'm trying to add a little interaction to a PowerPoint presentation I'm working on. I'm written a little VB that will increase the size and position a particular chart object when the script runs. ...
0
votes
2answers
112 views
How to Export a Table (Shape) as JPG from Powerpoint
I am able to export Charts as JPG files from Powerpoint, but haven't been able to do this with a table, which as far as I can tell is still a "Shape" which should be able to export.
This is a ...
0
votes
1answer
186 views
vba command to paste special KeepSourceFormatting(K) in powerPoint
i am trying to take a cell range from excel and copy it to powerpoint2010. However I do not want to use the Embedded format but rather the KeepSourceFormatting one. I tried the following command
...
0
votes
2answers
81 views
Are there IF Hidden Statements in VBA for PowerPoint?
I'm trying to write a macro in PowerPoint that is basically an IF statement. I have 4 boxes, and I have animations that when they are clicked, they fade out. Is it possible to have a macro that ...
0
votes
2answers
139 views
VBA on powerpoint: how to make a variable to make it able to used on every slides?
So on Office 2013 Powerpoint, I'm trying to make a Jeopardy game...
I'm going to create buttons on each ANSWER slides.
What this button will do is: Set a variable "Amount" to according amount of money ...
0
votes
1answer
73 views
Determine level of bullet list entry
I have a textbox in Powerpoint that contains a hierarchical list like this:
* Level 1
- Level 2
. Level 3
. Level 3 again
- Level 2 again
* Level 1 again
This is formatted as a bullet ...
0
votes
1answer
575 views
Change Font/Paragraph Spacing/Change Slide size VBA Powerpoint 2013
I want to make macro that can do several things to a presentation in Powerpoint 2013:
-change Font to all text to "Times New Roman" size 53, Bold
-change Paragraph Spacing Before to 0
-Change slide ...
0
votes
1answer
226 views
Dynamically update text in powerpoint using VBA
I have a report that is generated in PowerPoint, and underneath many of the graphs, there is text that tells the reader to refer to pages in the appendix. I would like to be able to dynamically ...
1
vote
3answers
187 views
vba: powerpoint macro: “variable not set”
I'm getting a "Object variable or With block variable not set" error in my code.
This is my first crack at macro writing. I do have programming knowledge but this is new to me.
Anyway, I want to go ...
0
votes
1answer
88 views
VBA: Can't assign ppAutoSizeMixed to TextBox.TextFrame.AutoSize
I am writing a VBA application in PowerPoint2010 which adds different shapes and name them automatically.
Now I am trying to change the Textbox.TextFrame.AutoSize property which have three possible ...
0
votes
1answer
72 views
how can i capture which shape clicked on powerpoint
I have a powerpoint in which some slides contains multiple shapes in which user have to click on a shape.
So i want to capture which shape is clicked. I am able to capture if shape has test on it ...
0
votes
0answers
50 views
Changing transparency of specific columns in a powerpoint graph
I am looking for a VBA solution on change of transparency of specific columns in a graph. I have at least 50 graphs where I need to shade the forecasted years differently by changing transparency. ...
0
votes
1answer
493 views
Importing multiple ranges into powerpoint slide from excel
I am a novice to macro development. I have a macro, which imports a specific range (B4:J40) in every worksheet into a separate ppt slide as an image on a specific position. This is all fine, what i ...
0
votes
1answer
76 views
how can powerpoint addin get itself name?
I have a PowerPoint addin file named "abcde.ppam".
And I also add a "Auto_Open" Sub in order to run some code on PowerPoint Application startup.
My question is how can I get the name "abcde.ppam" in ...
0
votes
1answer
84 views
how to interactively control the animation in powerpoint?
I am creating a slide to demonstrate something like the first animation in this page http://www.colorado.edu/physics/2000/bec/what_is_it.html, I don't know much about animation in swf but I know some ...
0
votes
1answer
51 views
Creating a “new album” window
How can I call/create a "new album" window (the window that has a preview of images and some options) using VBA code? I'm using PowerPoint 2007 or 2010.
I am not asking how to import images into ...




