How do I change the standard preceding text in the number shapes macro

S

Scott N

In Visio 2002,

How do I add my custom preceding text within this pre-existing macro?
Does someone have some VBA code I can use for this? (I'm pretty much
VBA illiterate, but I can type ;)

Macros -> Visio Extras -> Number Shapes

for example, I need my preceding text to be: 1.1.

so for each shape that I manually re-number, I would like it to
become:

1.1.1
1.1.2
1.1.3
etc...

any ideas are greatly appreciated
 
Top