noboffinme
Registered User.
- Local time
- Today, 19:31
- Joined
- Nov 28, 2007
- Messages
- 288
Hi
I'm trying to replicate the Paste Special method in Excel where you can choose to 'Paste Link' (as an MS Excel Worksheet Object) into Powerpoint using VBA code.
Manual method;
Copy the object in Excel (table, chart), Open Powerpoint, select Edit >> PasteSpecial >> Select the 'Paste Link' radio button & the MS Excel Worksheet Object option is highlighted.
In the Object Browser, ther's almost everything apart from the option to Paste Link.
Also, I then want to break the links after this is done for each loop.
The reason I need this particular methos is that it presents the object very clearly on the slide whereas other methods are not as good.
Any ideas/links welcome, Thanks
I'm trying to replicate the Paste Special method in Excel where you can choose to 'Paste Link' (as an MS Excel Worksheet Object) into Powerpoint using VBA code.
Manual method;
Copy the object in Excel (table, chart), Open Powerpoint, select Edit >> PasteSpecial >> Select the 'Paste Link' radio button & the MS Excel Worksheet Object option is highlighted.
In the Object Browser, ther's almost everything apart from the option to Paste Link.
Also, I then want to break the links after this is done for each loop.
The reason I need this particular methos is that it presents the object very clearly on the slide whereas other methods are not as good.
Any ideas/links welcome, Thanks