DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
With ActiveSheet.PageSetup
.LeftMargin = Application.InchesToPoints([a1])
.RightMargin = Application.InchesToPoints([b1])
.TopMargin = Application.InchesToPoints([c1])
.BottomMargin = Application.InchesToPoints([d1])
End With
ActiveDocument.PageSetup.PageWidth = CentimetersToPoints(7)
ActiveDocument.PageSetup.PageHeight = CentimetersToPoints(14)
ActiveSheet.PageSetup.PaperSize = xlPaperLegal
Sayfa1.[a1:g20].PrintOut