M
Mike
Hi All
I have a lotus script running from lotus Notes to create
word documents and all works fine using vb code.
My problem is i am inserting a signature but it always
appears at the top left of the document.
my insert command that does work in lotus script is:
WordApp.ActiveDocument.InlineShapes.AddPicture
("c:\temp\signature")
now i know Lotus Script is a little different but the
principals are the same (in a way, but has anyone got any
idea how i can position this signature in the correct
spot.
i.e. any code out there that may help me?
and i did try the lotus forums they sent me here
Thanks
Mike
I have a lotus script running from lotus Notes to create
word documents and all works fine using vb code.
My problem is i am inserting a signature but it always
appears at the top left of the document.
my insert command that does work in lotus script is:
WordApp.ActiveDocument.InlineShapes.AddPicture
("c:\temp\signature")
now i know Lotus Script is a little different but the
principals are the same (in a way, but has anyone got any
idea how i can position this signature in the correct
spot.
i.e. any code out there that may help me?
and i did try the lotus forums they sent me here
Thanks
Mike