Hi All,
I'm having a problem trying to produce a powerpoint slide direct from Access that contains a graphic. I have managed to produce textboxes and populate them with data from a table, but when I try to add a graphic image (either from a file on my pc or pulled from the net) I get an error on the code line im using
With .Shapes(2).TextFrame.TextRange
.Text = CStr(rs.Fields("QT_Desc").Value)
.Characters.Font.Color.RGB = RGB(255, 0, 255)
.Characters.Font.Shadow = True
End With
With .Shapes(3)
.AddPicture(CStr(rs.Fields("ML_Image").Value), msoFalse, msoTrue, 60, 35, 98, 48)
End With
I've search the net, and now :banghead:
Any help gratefully received
I'm having a problem trying to produce a powerpoint slide direct from Access that contains a graphic. I have managed to produce textboxes and populate them with data from a table, but when I try to add a graphic image (either from a file on my pc or pulled from the net) I get an error on the code line im using
With .Shapes(2).TextFrame.TextRange
.Text = CStr(rs.Fields("QT_Desc").Value)
.Characters.Font.Color.RGB = RGB(255, 0, 255)
.Characters.Font.Shadow = True
End With
With .Shapes(3)
.AddPicture(CStr(rs.Fields("ML_Image").Value), msoFalse, msoTrue, 60, 35, 98, 48)
End With
I've search the net, and now :banghead:
Any help gratefully received