Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-29-2012, 09:56 AM
mgoldberg mgoldberg is offline Developing a dynamic power point presentation Windows 7 64bit Developing a dynamic power point presentation Office 2010 64bit
Novice
Developing a dynamic power point presentation
 
Join Date: Mar 2012
Posts: 1
mgoldberg is on a distinguished road
Default Developing a dynamic power point presentation

Hi everyone,



What I am currently working on is developing a presentation for our sales reps to use for door to door solar panel installations.

Ideally, I want some kind of question list to pop up first, asking the sales rep for his/her name, company name, and contact info. Once entered, this will automatically populate certain portions of the powerpoint presentation, such as filling in the sales rep name on the intro letter, and company contact information at the top. As the prompt moves forward, the sales rep should be able to enter "roof square footage", total down payment for the plan, length of agreement, ect. All of this information would need to be put into a formula and spit out a final answer into the powerpoint automatically.

The way that I am currently working on involves using a VBA prompt in Excel, which will populate a data list, then have powerpoint call in that data list which will be shown during the presentation. Is there a better or more simple way to accomplish this? Unfortunately, the VBA script will not be able to be run on the iPad which is what a majority of the sales reps use.

Thank you!

Mike
Reply With Quote
  #2  
Old 04-03-2012, 05:48 AM
Cosmo Cosmo is offline Developing a dynamic power point presentation Windows Vista Developing a dynamic power point presentation Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

I have done something very similar for one of our clients. Here's a brief idea of what I do:

I have a userform for the user to input data, which puts the entered data into the required places in the PPT file. Each shape in the presentation which will receive data is identified by an added 'tag' to the shape, e.g.
Quote:
ActivePresentation.Slides(1).Shapes("Chart 1").Tags.Add('Identifier', 'CurrentSalesChart')
('Identifier' is the name of the tag that identifies the shape as a target, and 'CurrentSalesChart' is the name of the specific shape.)

First, I loop through every shape in the presentation (on slides and master templates) to locate these tagged shapes. Then I show the user the userForm for data entry, and after the user enters their data, they click the 'apply' button on the form, which sets the data into the various charts and tables that were located, and saves the presentation under the account name and date.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Developing a dynamic power point presentation power point presentation alobi PowerPoint 1 11-10-2011 03:00 PM
need help for my power point poster presentation ikyoo PowerPoint 0 08-28-2011 05:57 PM
i need help with my power point presentation napninjax PowerPoint 4 08-28-2011 02:31 PM
Help with dynamic content in Microsoft Power Point juanco PowerPoint 0 06-06-2011 10:57 AM
Developing a dynamic power point presentation Notes in a Power Point presentation kelly PowerPoint 2 11-09-2010 09:35 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:56 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft