View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] peterfarge@gmx.de is offline
external usenet poster
 
Posts: 6
Default How to move a form under a cell?

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