Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.09.25;
Скачать: 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 вся ветка

Текущий архив: 2003.09.25;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.034 c
14-82472
Rauf
2003-09-04 02:40
2003.09.25
задача про заключение льва в клетку


3-82042
Sheng
2003-09-06 08:18
2003.09.25
Проблема со временем


14-82493
dataMaster
2003-09-05 18:51
2003.09.25
Бывают в жизни ситуации


1-82217
borg
2003-09-12 08:04
2003.09.25
Правая кнопка мыши


6-82365
rrew
2003-07-25 16:37
2003.09.25
Чат на Dephi