View Single Post
  #2  
Old October 22nd, 2003, 07:53 PM
Jon Peltier
external usenet poster
 
Posts: n/a
Default precise positioning of objects

You need to use VBA:

' Move and resize selected object
selection.left=5
selection.top=100
selection.height=55
selection.width=40

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

CycleMark wrote:

Is it possible to precisely position graphic objects in
an Excel diagram? There does not appear to be any
explicit position parameters.