Page Numbering

L

lq495

I'm trying to figure out a way to format page numbers to increment by the
100ths (01.01, 02.01, 03.01) Is there a way to do this with a formula or
with VBA?
 
P

Paul Herber

I'm trying to figure out a way to format page numbers to increment by the
100ths (01.01, 02.01, 03.01) Is there a way to do this with a formula or
with VBA?

My Utilities for Visio <http://www.visio-utilities.sandrila.co.uk/> can assist you with
this in that it can do a bulk page rename, on the new menu do Page -> Rename Pages
and set the
Start text = 0
Page number = 1
End text = .01
 
L

lq495

Thanks! Here's what worked out
(SHAPETEXT(Pages[PageName]!Sheet.ID!TheText)&FORMAT(PAGENUMBER()/100,"#.00")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top