View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default ActiveWindow.Width

Returns the width of a window in points (point: Unit of measure referring to
the height of a printed character. A point equals 1/72 of an inch, or
approximately 1/28 of a centimeter.).

--
Jim
"MrT" wrote in message
...
| Hello,
|
| I can't find the unit in which the ActiveWindow.Width is given.
|
| If I maximize the window and get the mouse position, I get a
| ActiveWindow.Width that is about 1.32 times less the screen size in
pixles.
| The ratio is about 1.1 if I minimize it.
|
| Does anyone know what is the unit of the ActiveWindow.Width property?
|
| Thanks in advance for your insight.