![]() |
|
#1
|
|||
|
|||
|
I'm taking a shape from Excel and would like to fill the slide in ppt.
This below is fine, but how can it stretch from the left to the right? Code:
With PPSlide
.Shapes.Paste.Select
With .Shapes(.Shapes.Count)
.LockAspectRatio = msoTrue
.Left = 15
.Top = 100
.Height = 400
End With
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Paste an image in to a set sized shape/container | you | Visio | 1 | 01-08-2020 09:32 PM |
| draw and save a shape that will be used in excel | jerome | Visio | 5 | 05-12-2018 03:41 AM |
how to paste text as shape
|
bsapaka | Excel | 1 | 05-01-2014 06:53 AM |
Excel vba adding field in word table/shape in a header
|
Hdr | Excel | 1 | 02-04-2013 04:40 PM |
| Paste special an Excel range into Outlook as an Excel Worksheet | charlesh3 | Excel Programming | 3 | 02-04-2013 04:33 PM |