Вниз
Скачать: 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.015 c
1-82297
InspectorNET
2003-09-14 07:36
2003.09.25
Как отобразить в Label титль веб-страницы (показываемой webbrowse


3-82149
Anton_2003
2003-09-04 01:32
2003.09.25
Сортировка в обратном порядке


3-82101
Sheng
2003-09-04 17:00
2003.09.25
Объединение двух полей


1-82330
Charly
2003-09-13 14:38
2003.09.25
функция MinimizeName()


3-82122
MishaS
2003-09-04 15:20
2003.09.25
Перескок курсора с текущей записи таблицы на последнюю




   Наверх