precise positioning of objects

C

CycleMark

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

Jon Peltier

You need to use VBA:

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

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top