View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How to move a form under a cell?

Try Activecell.Left

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
...
Hello NG,

I have created a form that pops up if the user clicks on a special
cell. Now I want to move the form direct under the cell. But how can I
get the Coordinates of this cell? This property
"Worksheet1.Cells(1,1).left" is always zero, so I must add an offset.
How can I get this offset from Excel?


Regards

Peter