activex add page number
3 ビュー (過去 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!