R
Rick
I need to get the number of pages of the active document, formatted as
3 digits with leading 0's if necessary, and converted to a string. I
believe I get the page count with this, which returns it as an
integer:
ActiveDocument.BuiltInDocumentProperties(wdPropertyPages)
How do I get this formatted with leading 0's if necessary, converted
to a string? Thanks much for any help.
3 digits with leading 0's if necessary, and converted to a string. I
believe I get the page count with this, which returns it as an
integer:
ActiveDocument.BuiltInDocumentProperties(wdPropertyPages)
How do I get this formatted with leading 0's if necessary, converted
to a string? Thanks much for any help.