TwipsPerPixelY Function/text/sbasic/shared/03131400.xhpTwipsPerPixelY functionTwipsPerPixelY FunctionReturns the number of twips that represent the height of a pixel.Syntax:n = TwipsPerPixelYReturn value:IntegerExample:Sub ExamplePixelTwips MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"End Sub