![]() |
|
#1
|
|||
|
|||
|
I'm working with a template document and using DDE in SAS. I have created filename for the bookmark of the picture, that is a textbox where I can insert the picture in. However I can't insert the picture and neither SAS nor Word giving me an error. Could some one help me out? Here are the SAS codes. I also input some data into other bookmarks of the document and it worked. Any help would be appreciated.
filename pic dde 'winword|C:\Users\survey.doc!pic' ; data _null_; put '[EndOfDocument]'; put '[InsertPara]'; put '[InsertPicture.Name="C:\Users\picture.jpg"]'; put '[CharLeft 1,1]'; put '[FormatPicture.ScaleX="100%",.ScaleY="100%"]'; put '[CharRight 1,0]'; put '[InsertPara]'; run; |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Insert picture background in Word mail merge labels
|
obasanla | Mail Merge | 6 | 11-26-2012 11:53 PM |
VBA: Include Dynamic Sheet Name In Pivot Table Source Data
|
ibrahimaa | Excel Programming | 2 | 04-28-2012 12:27 AM |
word insert data into excel
|
elemental | Word | 1 | 04-29-2011 06:33 PM |
Macro for Picture Insert
|
rfhall50 | Word VBA | 2 | 10-25-2010 12:41 PM |
Can I insert a picture into a picture ?
|
alexcalgary | Drawing and Graphics | 2 | 10-16-2010 03:29 PM |