Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel and Powerpoint

I have approximately 50 different excel workbooks that I want to add to an
existing powerpoint presentation. I want to define where each sheet goes
instead of manually making that slide active. For example. I have chart A
and Chart B in Workbook A on the same sheet. I want to delete the Charts
that exist in the current powerpoint presentation and replace with Charts A
and B. Chart A goes on slide 21 and Chart B goes on Slide 8. Can someone
help me with this? I am not sure how do this through VBA.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Excel and Powerpoint

This page may help get you started:

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

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


"Jonette" wrote in message
...
I have approximately 50 different excel workbooks that I want to add to an
existing powerpoint presentation. I want to define where each sheet goes
instead of manually making that slide active. For example. I have chart
A
and Chart B in Workbook A on the same sheet. I want to delete the Charts
that exist in the current powerpoint presentation and replace with Charts
A
and B. Chart A goes on slide 21 and Chart B goes on Slide 8. Can someone
help me with this? I am not sure how do this through VBA.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel and Powerpoint

Jon,

Believe it or not, I found your information before this forum. The issues
that exist is that I am unable to paste as a picture to a specific slide in
an existing powerpoint presentation. In addition, I need to be able to
delete the "picture" that was already in that specific slide.

"Jon Peltier" wrote:

This page may help get you started:

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

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


"Jonette" wrote in message
...
I have approximately 50 different excel workbooks that I want to add to an
existing powerpoint presentation. I want to define where each sheet goes
instead of manually making that slide active. For example. I have chart
A
and Chart B in Workbook A on the same sheet. I want to delete the Charts
that exist in the current powerpoint presentation and replace with Charts
A
and B. Chart A goes on slide 21 and Chart B goes on Slide 8. Can someone
help me with this? I am not sure how do this through VBA.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Excel and Powerpoint

There are things you can do when you have a larger system in which you copy
multiple Excel objects to multiple PowerPoint slides.

First, you name the pasted objects with descriptive names, like "XLpic001"
and "XLpic002", as you paste them. When you update the slide, you check the
names of all objects on the slice, and any that start with "XLpic" get
deleted.

Then you might use a table in Excel that indicates a sheet name and an
object reference (a range address or a chart object name) for the copied
object, and a PowerPoint slide number and the position (Left & Top) and size
(Height & Width) of the pasted object, and you may even put the pasted
object's name into the table. The program steps through the list, copying
item A from sheet B and pasting it to slide C, giving it name D as above.

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


"Jonette" wrote in message
...
Jon,

Believe it or not, I found your information before this forum. The issues
that exist is that I am unable to paste as a picture to a specific slide
in
an existing powerpoint presentation. In addition, I need to be able to
delete the "picture" that was already in that specific slide.

"Jon Peltier" wrote:

This page may help get you started:

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

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


"Jonette" wrote in message
...
I have approximately 50 different excel workbooks that I want to add to
an
existing powerpoint presentation. I want to define where each sheet
goes
instead of manually making that slide active. For example. I have
chart
A
and Chart B in Workbook A on the same sheet. I want to delete the
Charts
that exist in the current powerpoint presentation and replace with
Charts
A
and B. Chart A goes on slide 21 and Chart B goes on Slide 8. Can
someone
help me with this? I am not sure how do this through VBA.






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
VBA between excel and powerpoint Kent Excel Programming 10 April 5th 07 11:06 AM
POWERPOINT IN EXCEL NickHK Excel Programming 0 January 16th 07 02:05 AM
EXCEL AND POWERPOINT CANDELYN. CARPENTER New Users to Excel 2 May 12th 05 01:10 PM
excel, powerpoint srm Excel Discussion (Misc queries) 1 January 16th 05 03:40 AM
Excel - Powerpoint Mestrella31 Excel Programming 0 October 18th 04 06:53 PM


All times are GMT +1. The time now is 06:50 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"