activex add page number
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
Is there a way to add the page number in an excel document with activex ?
Thanks,
R
댓글 수: 0
답변 (1개)
Shuba Nandini
2024년 12월 24일
Hi,
It is my understanding that you would like to add page number to the Excel Sheet. You can use "PageSetup" object with "CenterFooter" property to set the page numbers for the each sheet using the following command:
activeWorksheet.PageSetup.CenterHeader = "Page &P of &N"
I hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!