Hi all,
I have an Excel (2010) sheet where I have graphics and forms drawn and positioned by VBA, like:
ActiveSheet.Shapes.AddShape(msoShapeRectangle, posleft, 115, 90#, boxsize). _
Select
Posleft and boxsize are calculated, as each next form has to be positioned farther to the right. Everything works fine for me.
However, when I give the file to a colleague and he opens it on his PC, all forms and graphics are slightly different in size and position. Not only on the Screen, but also when printed.
Both PCs are of the same type,set up from the same image. We print on the same printer.
Is there a way of having the object have the same size & position on different PCs, as the only purpose of this sheet is exactly that: having particular objects positioned correctly.
Thanks for help.
I have an Excel (2010) sheet where I have graphics and forms drawn and positioned by VBA, like:
ActiveSheet.Shapes.AddShape(msoShapeRectangle, posleft, 115, 90#, boxsize). _
Select
Posleft and boxsize are calculated, as each next form has to be positioned farther to the right. Everything works fine for me.
However, when I give the file to a colleague and he opens it on his PC, all forms and graphics are slightly different in size and position. Not only on the Screen, but also when printed.
Both PCs are of the same type,set up from the same image. We print on the same printer.
Is there a way of having the object have the same size & position on different PCs, as the only purpose of this sheet is exactly that: having particular objects positioned correctly.
Thanks for help.