Hi there
I am using an excel macro top open a word document which is containing a table.
I need to select a cell and then insert a picture (lets say c:\temp\pic.jpg) in cell (1,3)
To select the cell, I am using this code and I am able to select
objWord.ActiveDocument.tables(1).cell(1, 3).Select
Please tell me how to add a picture in cell (1,3) from a macro in excel
Thanks
I am using an excel macro top open a word document which is containing a table.
I need to select a cell and then insert a picture (lets say c:\temp\pic.jpg) in cell (1,3)
To select the cell, I am using this code and I am able to select
objWord.ActiveDocument.tables(1).cell(1, 3).Select
Please tell me how to add a picture in cell (1,3) from a macro in excel
Thanks