Thread
:
Add, Resize & Relocate Header & Footer with Macros
View Single Post
11-12-2018, 07:30 PM
AntiqueWhale
Windows 10
Office 2016
Novice
Join Date: Nov 2018
Posts: 11
In VBA, the size measured in
Points
, you can use
CentimetersToPoints
function convert centimeters to points
you can use
Code:
.Width = CentimetersToPoints(20.96) .Height = CentimetersToPoints(5.11)
AntiqueWhale
View Public Profile
Find all posts by AntiqueWhale