nikhil0311
Board Regular
- Joined
- May 3, 2013
- Messages
- 200
- Office Version
- 2013
- Platform
- Windows
sheet1 have the data.
I want a vba code to copy and paste data from excel to powerpoint 2010 as picture.
I already have a powerpoint file so i don't want to paste it in a new powerpoint but in an existing powerpoint file in different slides starting from slide 0 to N no of slides.
excel workbook sheet1 range is ("J1:cd47") please note that the range should be dynamic. the starting range is fixed i.e. j1 to cd1
but the count of rows may increase/decrease.
formating in powerpoint
size & rotate
height = 7.26
width = 9.36
rotation = 0
scale
height = 30%
width = 36%
position
position on slide
Horizontal = 0.08 from = top left corner
vertical = 0.74 from = top left corner
let me know if this is doable. Thanks in advance.
I want a vba code to copy and paste data from excel to powerpoint 2010 as picture.
I already have a powerpoint file so i don't want to paste it in a new powerpoint but in an existing powerpoint file in different slides starting from slide 0 to N no of slides.
excel workbook sheet1 range is ("J1:cd47") please note that the range should be dynamic. the starting range is fixed i.e. j1 to cd1
but the count of rows may increase/decrease.
formating in powerpoint
size & rotate
height = 7.26
width = 9.36
rotation = 0
scale
height = 30%
width = 36%
position
position on slide
Horizontal = 0.08 from = top left corner
vertical = 0.74 from = top left corner
let me know if this is doable. Thanks in advance.