View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default How to position form in same place with different screen resolutions

Joe,

This might be of help http://www.cpearson.com/excel/FormPosition.htm

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Joe 90" (remove silly spam) wrote in message
...
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