In Excel VBA is there a way to determine the width in units of a printed page?
Dim remainingWidth as Double
remaningWidth = <property that gives printed page width> - _
ActiveSheet.PageSetup.LeftMargin - _
ActiveSheet.PageSetup.RightMargin - _
Range("A:H").Width