View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D. McDonough D. McDonough is offline
external usenet poster
 
Posts: 1
Default Find top of worksheet

I've added a form to my spreadsheet. I'd like it to start
at the top right hand corner of the spreadsheet.

How can I find the value for "UserForm.Top" regardless of
the number of toolbars the user has shown and regardless
of if the row and column headers are displayed?

I've tried the following:

UserForm.Move 584, ActiveSheet.Cells(1).Top

but this puts the form way up in the title bar/tool bars
area.

Thanks!

Debbie