View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default label position affected by wide screen?

I switched to wide screen recently and after following the instructions to
reset the screen resolution, I have had no problems with results from any
previouly designed forms. I did however have to do some re-positioning of
shapes that were set to specific pixel values since the screen width
increased considerably in pixel measurement. But any that were set to half
the screen width or one fourth the screen width, etc. should not have a
problem since vb will calculate it for the user.

"Patricia D" wrote:

Investigating a problem where users of new wide screen PCs have found errors
in selection of labels on form (written by ex-employee).
They attempt to select a value on screen, but reply to different value is
returned.

VBA Label properties in form define screen position - left & top both
specified and height & width.
Is it possible that wide screen resolution is not being resolved to correct
position by Excel/VBA?
--
Patricia D