Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel problem with editing in a PowerPoint Presentation | Excel Discussion (Misc queries) | |||
can I merge data from Excel document into PowerPoint presentation | Excel Discussion (Misc queries) | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Worksheet Functions | |||
How do I insert an Excel file into a PowerPoint Presentation slid. | Excel Discussion (Misc queries) | |||
VBA to add a new chart into a PowerPoint presentation | Excel Programming |