rockman Senior Member Local time Today, 08:11 Joined May 29, 2002 Messages 190 Jun 26, 2002 #1 In Visual Basic 6.0 the Screen object has properties TwipsPerPixelX and TwipsPerPixelY. I can't find these properties in VBA. Are they non-existent, and if so, is there a work-around? Thx, Jeff
In Visual Basic 6.0 the Screen object has properties TwipsPerPixelX and TwipsPerPixelY. I can't find these properties in VBA. Are they non-existent, and if so, is there a work-around? Thx, Jeff
D DW Registered User. Local time Today, 16:11 Joined May 25, 2002 Messages 58 Jun 26, 2002 #2 http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q210590 Don't know if this helps but may head you in the right direction Dave
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q210590 Don't know if this helps but may head you in the right direction Dave
rockman Senior Member Local time Today, 08:11 Joined May 29, 2002 Messages 190 Jun 26, 2002 #3 DW, Exactly what I was looking for!! Thanks for the suggestion.