Insert Pic in MS WORD & information dialog
Insert Pic in MS WORD & information dialog
- Subject: Insert Pic in MS WORD & information dialog
- From: Goksel Kahraman <email@hidden>
- Date: Mon, 09 Jul 2001 12:21:18 +1000
- Organization: Hands On IT Consultancy
Hi everybody
Could you tell me how to insert pictures from given list of file names
in MS Word 2001 for Macintosh, please.
(My OS is 9.1 and I am using Smile 1.8.0)
this works OK
do Visual Basic " Selection.InlineShapes.AddPicture FileName:=\"My
Computer:Desktop Folder:Pics:Yin_Yang\", _
LinkToFile:=False, SaveWithDocument:=True"
but this does not
set myPic to "My Computer:Desktop Folder:Pics:Yin_Yang"
do Visual Basic " Selection.InlineShapes.AddPicture FileName:=myPic, _
LinkToFile:=False, SaveWithDocument:=True"
Error message is;
Run-time error 5152
This is not a valid file name
****
Second Question is;
I want to display an information window for couple second to inform user
what's happening, How can i do this?
Thanks
Goksel (Sel) KAHRAMAN
e-mail: email@hidden