![]() |
letters instead of numbers for pages
Is there a way to use letters instead of numbers for page numbering?
|
letters instead of numbers for pages
Give this a shot - in a std module
Sub UseLetters() ActiveSheet.DisplayPageBreaks = True Pgcount = ActiveSheet.HPageBreaks.Count + 1 CvNum = 64 For c = 1 To Pgcount With ActiveSheet.PageSetup .LeftFooter = "This is Page " & Chr(CvNum + c) & " of " & Chr(CvNum + Pgcount) End With ActiveSheet.PrintPreview 'Or ActiveSheet.PrintOut Next c End Sub "Cotton" wrote: Is there a way to use letters instead of numbers for page numbering? |
All times are GMT +1. The time now is 02:00 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com