I have a single image saved in a word document that I would like to lift and insert into an excel cell using an excel macro.
I have one which will do copying Tables but I am struggling how to identify an image.
oWordApp.Visible = True
Set oWordDoc = oWordApp.Documents.Open(FlName)...