Has anyone used "IncrementTop"?

BAMeyer

New Member
I have inserted a picture (company logo) into a cell in an Excel spreadsheet. The logo is positioned at the top of the cell. I would like to move it down so it is positioned at the bottom of the cell. The macro code to move it down is:

Selection.ShapeRange.IncrementTop 0.75

I have found some examples that use "ShapeRange", but none that use "IncrementTop".

Has anyone successfully converted this statement to work in Progress?

Is there a different method that will accomplish the same result?

Any help and/or suggestions would be appreciated!
 
Back
Top