Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, While copying and pasting range as picture and pasting it in ppt, the whole selected data is not copied and pasted. Only 9 columns and 65 rows data is copied and pasted. Is there an other method to copy all the selected dta and paste? Am using the following code. Dim PPApp As Object Dim PPPres As Object Dim PPSlide As Object Set PPApp = CreateObject("Powerpoint.Application") Set PPPres = PPApp.Presentations.Add Set PPSlide = PPPres.Slides.Add(1, 12) PPApp.Visible = msoTrue ActiveSheet.Range("C9:CF212").Select Selection.CopyPicture Appearance:=xlScreen, Format:=xlPicture oPPtApp.ActiveWindow.View.Paste -- abiram01 ------------------------------------------------------------------------ abiram01's Profile: http://www.excelforum.com/member.php...o&userid=33347 View this thread: http://www.excelforum.com/showthread...hreadid=570244 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Gridline problem pasting picture from excel | Excel Discussion (Misc queries) | |||
change an excel flowchart to power point slide without gridlines? | Charts and Charting in Excel | |||
how pdf picture appears when copying and pasting one sheet to anot | Excel Discussion (Misc queries) | |||
copying and pasting range problem | Excel Programming | |||
Problem copying range and pasting to multiple sheets | Excel Programming |