Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Creating a powerpoint presentation from MS-Excel

Hi,
I have an excel sheet which keeps getting updated every month. I need to create a powerpoint presentation based on the data captured in this sheet. Is there any method of doing it?
TIA
Shilps
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 131
Default Creating a powerpoint presentation from MS-Excel

If you just want a copy of the worksheet to be in the
presentation (and to automatically update so any changes
in the Excel file show in the presentation file) use (from
Powerpoint) Insert... Object... Microsoft Excel
Worksheet. Choose "Create from file" and specify the
Excel file and make sure the box marked "Link" is
checked. The link ensures that the latest copy of the
file is loaded whenever the presentation loads.

However, if you need to use individual cell values and
insert them somewhere into the text of the presentation
(e.g. "Our margin in April was $200,000...") this would be
trickier and would require some pretty advanced VBA coding.

-----Original Message-----
Hi,
I have an excel sheet which keeps getting updated every

month. I need to create a powerpoint presentation based on
the data captured in this sheet. Is there any method of
doing it?
TIA
Shilps
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Creating a powerpoint presentation from MS-Excel

Actually, I want to create a powerpoint presenation, with all the formatting on the basis of data in Excel. I do not want to embed Excel sheet in Powerpoint. I know it has to be done through VBA but I am stuck where to start, how to do it. Could find nething in VB help also

"K Dales" wrote:

If you just want a copy of the worksheet to be in the
presentation (and to automatically update so any changes
in the Excel file show in the presentation file) use (from
Powerpoint) Insert... Object... Microsoft Excel
Worksheet. Choose "Create from file" and specify the
Excel file and make sure the box marked "Link" is
checked. The link ensures that the latest copy of the
file is loaded whenever the presentation loads.

However, if you need to use individual cell values and
insert them somewhere into the text of the presentation
(e.g. "Our margin in April was $200,000...") this would be
trickier and would require some pretty advanced VBA coding.

-----Original Message-----
Hi,
I have an excel sheet which keeps getting updated every

month. I need to create a powerpoint presentation based on
the data captured in this sheet. Is there any method of
doing it?
TIA
Shilps
.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Creating a powerpoint presentation from MS-Excel

There are a few starter hints on this page:

http://peltiertech.com/Excel/XL_PPT.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Shilps wrote:

Actually, I want to create a powerpoint presenation, with all the formatting on the basis of data in Excel. I do not want to embed Excel sheet in Powerpoint. I know it has to be done through VBA but I am stuck where to start, how to do it. Could find nething in VB help also

"K Dales" wrote:


If you just want a copy of the worksheet to be in the
presentation (and to automatically update so any changes
in the Excel file show in the presentation file) use (from
Powerpoint) Insert... Object... Microsoft Excel
Worksheet. Choose "Create from file" and specify the
Excel file and make sure the box marked "Link" is
checked. The link ensures that the latest copy of the
file is loaded whenever the presentation loads.

However, if you need to use individual cell values and
insert them somewhere into the text of the presentation
(e.g. "Our margin in April was $200,000...") this would be
trickier and would require some pretty advanced VBA coding.


-----Original Message-----
Hi,
I have an excel sheet which keeps getting updated every


month. I need to create a powerpoint presentation based on
the data captured in this sheet. Is there any method of
doing it?

TIA
Shilps
.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel problem with editing in a PowerPoint Presentation FrankTimJr Excel Discussion (Misc queries) 0 January 18th 10 09:56 PM
can I merge data from Excel document into PowerPoint presentation judith28 Excel Discussion (Misc queries) 1 November 9th 08 11:03 PM
How do I insert an Excel file into a PowerPoint Presentation slid. Barb Excel Worksheet Functions 1 December 11th 04 04:23 PM
How do I insert an Excel file into a PowerPoint Presentation slid. Barb Excel Discussion (Misc queries) 1 December 11th 04 04:22 PM
VBA to add a new chart into a PowerPoint presentation KJD Excel Programming 0 April 28th 04 03:12 PM


All times are GMT +1. The time now is 12:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"