andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello all.
I am animating a logo in my sheet, but I am having a hard time centering the object in the middle of the users screen. my only directional options seem to be
Is there a way to have it centered in the middle of the screen - whatever size that maybe?
I am animating a logo in my sheet, but I am having a hard time centering the object in the middle of the users screen. my only directional options seem to be
Code:
Sheet1.Shapes("Logo").Left = 20
Sheet1.Shapes("Logo").Top = 0
Is there a way to have it centered in the middle of the screen - whatever size that maybe?