ник: час
и ещё вопрос как уменьшить левый и правый колонтитул - отступ
=======================================================
Спасибо вопрос решён:
With xlSheet.PageSetup
.Orientation = 2
.Draft = False
.BlackAndWhite = False
.Zoom = 100
.LeftMargin = xl.Application.InchesToPoints(1)
.TopMargin = xl.Application.InchesToPoints(0.14)
.BottomMargin = xl.Application.InchesToPoints(0.14)
.RightMargin = xl.Application.InchesToPoints(0.14)
End With
|