View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Rudski[_3_] Tom Rudski[_3_] is offline
external usenet poster
 
Posts: 1
Default Screen resolution kernel call

I have three different video screens. Each set to 1024x768
but the points or pitch of the screens are .31, .24
& .22. So a 'Sheet' displaying at 100% on a .24 screen
requires a 75% reduction on a .31 screen. An .22 screen,
the hyperlink 'cell' does not show in the same area as the
other two screens.

I need code to determine screen resolution (kernel call)
and can I determine the screen point or pitch.

Is there a formula that can position the same info on
multiple different screens point/pitch?

TIA
Tom