Thread: [Solved] Excel VBA: PixelsToPoints???
View Single Post
 
Old 04-15-2012, 10:12 PM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default Excel VBA: PixelsToPoints???

As mentioned, any VBA method to convert pixels to points?
I've tried:
Code:
''' 72 pixels should be approximately 8.38 (?unit)
ActiveWindow.PixelsToPoints(72)
''' return 0
Reply With Quote