![]() |
|
#2
|
||||
|
||||
|
How about
Code:
Dim oShape As Shape
Set oShape = ActiveDocument.Shapes.AddShape(msoShapeOval, 50, 50, 400, 300)
oShape.Fill.ForeColor = &HFFFFFF
oShape.TextFrame.TextRange.Paste
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Copied shape/text box pastes as an image in Word | spectator | Word | 0 | 06-04-2014 08:45 AM |
Shift key is pasting from clipboard...WHY?
|
nc1105 | Word | 2 | 01-02-2014 11:57 PM |
Excel vba adding field in word table/shape in a header
|
Hdr | Excel | 1 | 02-04-2013 04:40 PM |
| Pasting image captured with a java program 'on to clipboard' into MSWord 2007 is blur | tarunkumarreddy | Word | 0 | 02-03-2012 09:42 PM |
Adding Image into a excel cell and adding a hyperlink to the image
|
saravananiyyanar | Excel | 3 | 05-04-2011 08:31 AM |