View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] esamsalah@gmail.com is offline
external usenet poster
 
Posts: 1
Default Past an Excel Selection in PowerPoint using VBA

Hi

I need to create a VBA macro in Excel or PowerPoint to past the current
Excel selection into the Active Slide in PowerPoint.

The trick for me is how to get the current running instance of a
PowerPoint or Excel.

I have 2 option here :
(1) From PowerPoint Macro
- Get the Current Excel Instance
- Get the Selection
- Copy the Selection
- Past in the Active Slide

(2) From Excel Macro

- Get the Selection
- Copy the Selection
- Get the Current PowerPoint Instance
- Past in the Active Slide

Any Advice