Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.07.30;
Скачать: CL | DM;

Вниз

Добавление програмно нумерацию страниц в Excel   Найти похожие ветки 

 
Дмитрий Лукьянихин   (2005-07-23 05:44) [0]

Привет всем!
Подскажите пожалуйста если кто знает как програмно вставить в Excel нумерацию страниц.

Через макрос пробовал, ничего не получается
пишет мне в Excel вот такую строку

Страница Page] из Pages]


 
AbrosimovA   (2005-07-26 16:27) [1]

WorkSheet1.PageSetup.RightFooter:="Страница &P из &N";//Нумерация страниц справа внизу

Formatting Codes for Headers and Footers
The following special formatting codes can be included as a part of the header and footer properties (LeftHeader, CenterHeader, RightHeader, LeftFooter, CenterFooter, RightFooter).

Format code Description
&L Left aligns the characters that follow.
&C Centers the characters that follow.
&R Right aligns the characters that follow.
&E Turns double-underline printing on or off.
&X Turns superscript printing on or off.
&Y Turns subscript printing on or off.
&B Turns bold printing on or off.
&I Turns italic printing on or off.
&U Turns underline printing on or off.
&S Turns strikethrough printing on or off.
&D Prints the current date.
&T Prints the current time.
&F Prints the name of the document.
&A Prints the name of the workbook tab.
&P Prints the page number.
&P+number Prints the page number plus the specified number.
&P-number Prints the page number minus the specified number.
&& Prints a single ampersand.
& "fontname" Prints the characters that follow in the specified font. Be sure to include the double quotation marks.
&nn Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points.
&N Prints the total number of pages in the document.


 
Kray ©   (2005-08-01 13:23) [2]

if MsExcel.LanguageSettings.LanguageID[msoLanguageIDUI] = $0419
     then Sht.PageSetup.RightFooter := // русские коды форматирования
       "&П&"Arial"&8Страница &"Arial,полужирный"&С" +
       "&"Arial,обычный" из &"Arial,полужирный"&К"
     else Sht.PageSetup.RightFooter := // английские коды форматирования
       "&R&"Arial"&8Лист &"Arial,bold"&P" +
       "&"Arial,normal" из &"Arial,bold"&N";



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

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

Наверх




Память: 0.47 MB
Время: 0.035 c
4-1144947548
Ал
2006-04-13 20:59
2006.07.30
Диалог открытия .bmp с предварительным просмотром


2-1152270164
RomanH
2006-07-07 15:02
2006.07.30
Таблица в Oracle


15-1151323693
pavel_guzhanov
2006-06-26 16:08
2006.07.30
Вопрос не связаный с программированием. TFT, LCD, Плазма


2-1152628408
AlexanderMS
2006-07-11 18:33
2006.07.30
Форма "сворачивается".


2-1152294713
Winni
2006-07-07 21:51
2006.07.30
Где найти LBButton ?