Hiya all,
Does anyone know how to set pagesizes for an abnormal size the size of the paper is 80x190 (thats in millimiteres) i know it will something like this but could anyone help?
ActiveDocument.PageSetup.PaperSize = 80, 190
ActiveDocument.PageSetup.Orientation = wdOrientPortrait
ActiveDocument.PageSetup.LeftMargin = MillimetersToPoints(20)
ActiveDocument.PageSetup.RightMargin = MillimetersToPoints(5)
Doesnt seem right to me is papersize in inches??
Does anyone know how to set pagesizes for an abnormal size the size of the paper is 80x190 (thats in millimiteres) i know it will something like this but could anyone help?
ActiveDocument.PageSetup.PaperSize = 80, 190
ActiveDocument.PageSetup.Orientation = wdOrientPortrait
ActiveDocument.PageSetup.LeftMargin = MillimetersToPoints(20)
ActiveDocument.PageSetup.RightMargin = MillimetersToPoints(5)
Doesnt seem right to me is papersize in inches??