View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joe 90[_2_] Joe 90[_2_] is offline
external usenet poster
 
Posts: 30
Default How to position form in same place with different screen resolutions

Hi

Have a little form I use as a popup to take user back to main worksheet. My
dev env is running at 1024x768, but users run at 800x600.

the top and left properties work from top and left, so only ever give a
relative position from top and left. So if the resolution goes down, the
form vanishes off to the right!

I don't want the popup to obscure the data/charts I am using, how can I make
it always go to a top right position, or even better inside the excel window
(below the toolbars and to the left of the vertical scroll bar).

Regards

Joe