A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

insert live data



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2005, 05:23 PM
Karla V
external usenet poster
 
Posts: n/a
Default insert live data

Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...
  #2  
Old March 4th, 2005, 06:13 PM
Bill Foley
external usenet poster
 
Posts: n/a
Default

You can with VBA code. I have a simple calculation slide sample I can send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...



  #3  
Old March 4th, 2005, 06:55 PM
Karla V
external usenet poster
 
Posts: n/a
Default

Bill,

I am not very familiar with code, but if you could send the slide that would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I can send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...




  #4  
Old March 5th, 2005, 01:36 AM
Bill Foley
external usenet poster
 
Posts: n/a
Default

Sorry, I should have mentioned that I needed an address to send the file to.
Never mind. I went ahead and added a page to my FAQ web page. You can read
about and download the file at:

http://www.pttinc.com/ppt_faq8.html

Holler back if you have any questions.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Karla V" wrote in message
...
Bill,

I am not very familiar with code, but if you could send the slide that
would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I can
send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For
example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...






  #5  
Old March 5th, 2005, 02:57 AM
Shyam Pillai
external usenet poster
 
Posts: n/a
Default

Karla,
Looking for an Excel like interface? If you have PPT 2002/2003 then insert a
Microsoft Office Spreadsheet component on the slide. During slide show you
will be able to input and perform calculations live.


--
Regards,
Shyam Pillai

Handout Wizard: http://skp.mvps.org/how


"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...



  #6  
Old March 7th, 2005, 03:41 PM
Karla V
external usenet poster
 
Posts: n/a
Default

Bill,

Thanks! This is exactly what I was looking for. One question...when I
opened your PPT file, the command buttons didn't work. So, I created a new
file, copied the code to the new buttons and everything worked great.

I've now e-mailed my PPT file internally to another department and the
buttons do not work again. Any idea what is happening? It seems like the
code isn't following the presentation.

Thanks again...



"Bill Foley" wrote:

Sorry, I should have mentioned that I needed an address to send the file to.
Never mind. I went ahead and added a page to my FAQ web page. You can read
about and download the file at:

http://www.pttinc.com/ppt_faq8.html

Holler back if you have any questions.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Karla V" wrote in message
...
Bill,

I am not very familiar with code, but if you could send the slide that
would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I can
send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For
example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...






  #7  
Old March 7th, 2005, 04:13 PM
Bill Foley
external usenet poster
 
Posts: n/a
Default

You MUST set your security down from HIGH or VERY HIGH to MEDIUM. If you
merely copy slides or objects from one file to another, the Module of code
does not go with it. You could click ALT+F11 to enter the VBE window, click
on and drag the Module from the one project to another.

However, I imagine if you had set your security (or others set theirs also)
to MEDIUM, all would be fine.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Bill,

Thanks! This is exactly what I was looking for. One question...when I
opened your PPT file, the command buttons didn't work. So, I created a

new
file, copied the code to the new buttons and everything worked great.

I've now e-mailed my PPT file internally to another department and the
buttons do not work again. Any idea what is happening? It seems like the
code isn't following the presentation.

Thanks again...



"Bill Foley" wrote:

Sorry, I should have mentioned that I needed an address to send the file

to.
Never mind. I went ahead and added a page to my FAQ web page. You can

read
about and download the file at:

http://www.pttinc.com/ppt_faq8.html

Holler back if you have any questions.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Karla V" wrote in message
...
Bill,

I am not very familiar with code, but if you could send the slide that
would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I

can
send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For
example,
while in Slide Show mode, can I enter sales numbers and then have

them
calculate?

Thanks for any suggestions you can offer...








  #8  
Old March 7th, 2005, 05:09 PM
Karla V
external usenet poster
 
Posts: n/a
Default

Problem solved - thanks again!


"Bill Foley" wrote:

You MUST set your security down from HIGH or VERY HIGH to MEDIUM. If you
merely copy slides or objects from one file to another, the Module of code
does not go with it. You could click ALT+F11 to enter the VBE window, click
on and drag the Module from the one project to another.

However, I imagine if you had set your security (or others set theirs also)
to MEDIUM, all would be fine.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Bill,

Thanks! This is exactly what I was looking for. One question...when I
opened your PPT file, the command buttons didn't work. So, I created a

new
file, copied the code to the new buttons and everything worked great.

I've now e-mailed my PPT file internally to another department and the
buttons do not work again. Any idea what is happening? It seems like the
code isn't following the presentation.

Thanks again...



"Bill Foley" wrote:

Sorry, I should have mentioned that I needed an address to send the file

to.
Never mind. I went ahead and added a page to my FAQ web page. You can

read
about and download the file at:

http://www.pttinc.com/ppt_faq8.html

Holler back if you have any questions.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Karla V" wrote in message
...
Bill,

I am not very familiar with code, but if you could send the slide that
would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I

can
send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For
example,
while in Slide Show mode, can I enter sales numbers and then have

them
calculate?

Thanks for any suggestions you can offer...









  #9  
Old March 19th, 2005, 05:10 PM
brian@nothere_reillyand.com
external usenet poster
 
Posts: n/a
Default

Karla,
You can also do this without VBA,
View Controls Toolbox toolbar. Use the Microsoft Office Spreadsheet
ActiveX control. You can make it do live calculations in slide show
mode. The formulas you write in slide show mode are saved and activate
the next time you are in slide show view
Brian Reilly PowerPoint MVP

On Fri, 4 Mar 2005 10:55:08 -0800, "Karla V"
wrote:

Bill,

I am not very familiar with code, but if you could send the slide that would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I can send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...





  #10  
Old March 21st, 2005, 04:55 PM
Karla V
external usenet poster
 
Posts: n/a
Default

Thanks, Brian. Another great solution. I like the professional look of the
text boxes/command buttons, but the Excel worksheet is definitely a quick and
simple solution I know I'll be able to use as well.

Is there anything out there that details what all of the Active X controls
do? I work in Access a lot, but don't use these particular tools very often.



" wrote:

Karla,
You can also do this without VBA,
View Controls Toolbox toolbar. Use the Microsoft Office Spreadsheet
ActiveX control. You can make it do live calculations in slide show
mode. The formulas you write in slide show mode are saved and activate
the next time you are in slide show view
Brian Reilly PowerPoint MVP

On Fri, 4 Mar 2005 10:55:08 -0800, "Karla V"
wrote:

Bill,

I am not very familiar with code, but if you could send the slide that would
be a great start.

Thanks -

"Bill Foley" wrote:

You can with VBA code. I have a simple calculation slide sample I can send
you if you wish.

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Karla V" wrote in message
...
Is there any way to insert live data during a presentation? For example,
while in Slide Show mode, can I enter sales numbers and then have them
calculate?

Thanks for any suggestions you can offer...





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Challenging Charting C TO Charts and Charting 0 January 17th, 2005 06:57 PM
Auto insert data from form to table jcinn General Discussion 3 January 14th, 2005 04:37 PM
Pulling data from 1 sheet to another Dave1155 Worksheet Functions 1 January 12th, 2005 05:55 PM
Function to automatically insert a new sheet as a result of data entry? Mark Mulik Worksheet Functions 2 November 28th, 2004 02:21 AM
Using sql insert with memo field truncates text data Graham Meredith General Discussion 1 September 1st, 2004 03:11 AM


All times are GMT +1. The time now is 11:15 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.