View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Pfister Bill Pfister is offline
external usenet poster
 
Posts: 132
Default BottomRightCell ignores hidden cells

Which "position" do you need and for what purpose? The Shape properties of
the toggle button (top, left, height, weight) can give you the position
regardless of the TopLeft or BottomRight cells.


Regards,
Bill


" wrote:

The BottomRightCell property of a button returns the position of the
closest bottom right "visible" cell
I need the position of the toggle button (which only occupies one cell)
Any ideas how please