I have some code which positions a shape to align with a cell using the .top property. It does this 4 times on one worksheet. The first paste works correctly but the next three position the cells too far down. The code is the same, the row number is passed into a procedure as a parameter. The .top value for the shape is indeed the same as that for the cell where it needs to be positioned but if I position the shape manually, the .top value is equivalent to that for cells several rows higher.
Any suggestions as to what is happening?
Any suggestions as to what is happening?