sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this to add a picture to a Word Table cell;
Can someone please show me how I can fit the image to the cell dimensions without changing the cell in any way?
Code:
oDoc.Tables(1).Cell(1, 2).Range.InlineShapes.AddPicture "C:\Users\James\Desktop\Hampshire.bmp"
Can someone please show me how I can fit the image to the cell dimensions without changing the cell in any way?