hi all,
i just exported the pic from msflex to word document in a table. now, i want to fit the size of the image in one column. either the size of the image is small or large, it should be fit in the column with the height and the width that i have decided.
can it b done,
i use the following code to have picture in the word, but i wanna fix the dimension of the image so that even the size varies, it does not cross the declared size. it has to fit in the size that is declared in the code.
the code is:
oDoc.Tables(1). Columns(1).Cell s(w).Range.Inli neShapes.AddPic ture FileName:=fg.Te xtMatrix(i, 3), SaveWithDocumen t:=True
thanx in advance
i just exported the pic from msflex to word document in a table. now, i want to fit the size of the image in one column. either the size of the image is small or large, it should be fit in the column with the height and the width that i have decided.
can it b done,
i use the following code to have picture in the word, but i wanna fix the dimension of the image so that even the size varies, it does not cross the declared size. it has to fit in the size that is declared in the code.
the code is:
oDoc.Tables(1). Columns(1).Cell s(w).Range.Inli neShapes.AddPic ture FileName:=fg.Te xtMatrix(i, 3), SaveWithDocumen t:=True
thanx in advance
Comment