Hi all,
I am trying to pastespecial an image into a specific cell in a word table. When I use the simple paste it is placed into the correct cell but when I use pastespecial it always goes into the 1st column of the table.
I'm in Office 2013 and creating a chart in Excel and then trying to place it into the word table:
Works but I need an image:
oTbl.Cell(nTblCellRow, nTblCellCol).Range.Paste
Is an image but always in the 1st column of the word table regardless of the nTblCellCol value:
oTbl.Cell(nTblCellRow, nTblCellCol).Range.PasteSpecial Link:=False, DataType:=14, _
Placement:=0, DisplayAsIcon:=False
So What the heck can I do to get my desired outcome? Thank you!
I am trying to pastespecial an image into a specific cell in a word table. When I use the simple paste it is placed into the correct cell but when I use pastespecial it always goes into the 1st column of the table.
I'm in Office 2013 and creating a chart in Excel and then trying to place it into the word table:
Works but I need an image:
oTbl.Cell(nTblCellRow, nTblCellCol).Range.Paste
Is an image but always in the 1st column of the word table regardless of the nTblCellCol value:
oTbl.Cell(nTblCellRow, nTblCellCol).Range.PasteSpecial Link:=False, DataType:=14, _
Placement:=0, DisplayAsIcon:=False
So What the heck can I do to get my desired outcome? Thank you!