View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter[_55_] Peter[_55_] is offline
external usenet poster
 
Posts: 24
Default powerpoint into excel

Hi,

I'm having trouble with the integration of powerpoint into excel, using vba.



What i would like to achieve is the following:



a.. In Excel, i create a type-8 inputbox.
b.. I select a range with it.
c.. I copy that range
d.. I create a new Powerpoint - presentation.
e.. I add a new blank slide
f.. I give a slide - title ( using an inputbox ).
g.. I PasteSpecial ( ppPasteBitmap ).
h.. I repeat all of this as many times as I have ranges to copy.
I display the PowerPoint application

Does anyone have an idea?

Regards,
Peter