0
在Excel中VBA有沒有一種方法可以確定打印頁面單位的寬度?在Excel VBA中確定打印頁面的大小
實施例的僞代碼如下:
Dim remainingWidth as Double
remaningWidth = <property that gives printed page width> - _
ActiveSheet.PageSetup.LeftMargin - _
ActiveSheet.PageSetup.RightMargin - _
Range("A:H").Width