I need to adjust the size of an image in Excel via my program...
The code below was done with the Excel macro. Can someone please help me convert this so I can adjust the size from within my program?
The code below was done with the Excel macro. Can someone please help me convert this so I can adjust the size from within my program?
ActiveSheet.Shapes.Range(Array("Picture 3")).Select
Selection.ShapeRange.ScaleWidth 0.8163933292, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.8163933794, msoFalse, _
msoScaleFromBottomRightThanks,
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)