hi, all!
I have:But how can I add Picture into string without "Selection."VB Code:
'I've got it from a recorded macro. It works: Selection.InlineShapes.AddPicture FileName:= _ "C:\MyPicture.jpg", LinkToFile:=False, SaveWithDocument :=True 'AND REFERENCE TO MY TableSTRING: Set String1 = Table1.Rows.Add
I've tried:
String1.Cells(2).Range.AddPicture...
& String1.Cells(2).Range.InlineShapes.AddPicture...
it doesn't work![]()
Help me please!
kind regards,
Baloo.




Reply With Quote