Вниз
Скачать: CL | DM;

Excel - нумерация страниц   Найти похожие ветки 

← →
Rel_   (2003-09-12 11:56) [0]

Мастера, как вставить нумерацию страниц в Excel ???


← →
AGGRESSOR ©   (2003-09-12 13:58) [1]


With ActiveSheet.PageSetup
.PrintTitleRows = ""
.PrintTitleColumns = ""
End With
ActiveSheet.PageSetup.PrintArea = ""
With ActiveSheet.PageSetup
.LeftHeader = "&P" //То, что нужно
.CenterHeader = ""
.RightHeader = ""
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
.LeftMargin = Application.InchesToPoints(0.787401575)
.RightMargin = Application.InchesToPoints(0.787401575)
.TopMargin = Application.InchesToPoints(0.984251969)
.BottomMargin = Application.InchesToPoints(0.984251969)
.HeaderMargin = Application.InchesToPoints(0.5)
.FooterMargin = Application.InchesToPoints(0.5)
.PrintHeadings = False
.PrintGridlines = False
.PrintComments = xlPrintNoComments
.PrintQuality = 600
.CenterHorizontally = False
.CenterVertically = False
.Orientation = xlPortrait
.Draft = False
.PaperSize = xlPaperLetter
.FirstPageNumber = xlAutomatic
.Order = xlDownThenOver
.BlackAndWhite = False
.Zoom = 100
.PrintErrors = xlPrintErrorsDisplayed
End With



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.013 c
1-82289
Shitikov
2003-09-12 10:05
2003.09.25
TQuickRep в D7 Studio


1-82249
Dark Elf
2003-09-15 14:05
2003.09.25
Password Edit


14-82503
Сатир
2003-09-04 17:24
2003.09.25
Сказка об Сисадмине


14-82391
Nik8.
2003-09-05 12:32
2003.09.25
Документация


9-82028
CHiF
2003-03-21 12:48
2003.09.25
Стрельба с упреждением




   Наверх