activex add page number
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
Is there a way to add the page number in an excel document with activex ?
Thanks,
R
0 commentaires
Réponses (1)
Shuba Nandini
le 24 Déc 2024
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 commentaires
Voir également
Catégories
En savoir plus sur ActiveX dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!