Baloo
Feb 9th, 2006, 12:58 PM
hi, all!
I have: '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
But how can I add Picture into string without "Selection."
I've tried:
String1.Cells(2).Range.AddPicture...
& String1.Cells(2).Range.InlineShapes.AddPicture...
it doesn't work:(
Help me please!
kind regards,
Baloo.
I have: '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
But how can I add Picture into string without "Selection."
I've tried:
String1.Cells(2).Range.AddPicture...
& String1.Cells(2).Range.InlineShapes.AddPicture...
it doesn't work:(
Help me please!
kind regards,
Baloo.