![]() |
#1
|
|||
|
|||
![]()
I am trying to create a word document from MS Access which inserts a picture into it. The below code triggers an error at the the last statement. Can anybody tell me what is going on?
Thanks Dim wdApp As Word.Application Dim As Word.Document Dim shp As Shape Set wdApp = CreateObject("Word.APPLICATION") wdApp.Visible = True Set wdDoc = wdApp.Documents.Add Set shp = wdDoc.ActiveWindow.Selection.InlineShapes.AddPictu re(FileName:="C:\MyPicture.jpg", LinkToFile:=False, SaveWithDocument:=True).ConvertToShape |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
stu_c | Word Tables | 2 | 07-28-2022 02:39 PM |
![]() |
MichaelBourne | Office | 5 | 03-14-2018 01:40 PM |
![]() |
didlinghill | Word | 3 | 05-22-2017 03:55 AM |
![]() |
dylansmith | Word | 4 | 05-08-2013 01:21 AM |
![]() |
Rosie173 | Drawing and Graphics | 9 | 05-11-2011 02:51 PM |