B
ben h
I have a diagram with a series of shapes stacked "vertically" down the
window (in the sense of a user looking at a printed page, the shapes are
vertically stacked). They are text boxes with some text like "#. foo
bar". I want to write a macro that cycles through each of these shapes,
and changes the "#" to an ordered sequence, top to bottom. Like so:
-----------------
| |
| 1. My foo bar |
| |
-----------------
-----------------
| |
| 2. his foo bar |
| |
-----------------
-----------------
| |
| 3. her foo bar |
| |
-----------------
They are all from the same Master.
They will either have a one or two digit number followed by a period
('.'), OR they will have a pound symbol ('#') followed by a period.
Can anyone spot me a starter?
Ben
window (in the sense of a user looking at a printed page, the shapes are
vertically stacked). They are text boxes with some text like "#. foo
bar". I want to write a macro that cycles through each of these shapes,
and changes the "#" to an ordered sequence, top to bottom. Like so:
-----------------
| |
| 1. My foo bar |
| |
-----------------
-----------------
| |
| 2. his foo bar |
| |
-----------------
-----------------
| |
| 3. her foo bar |
| |
-----------------
They are all from the same Master.
They will either have a one or two digit number followed by a period
('.'), OR they will have a pound symbol ('#') followed by a period.
Can anyone spot me a starter?
Ben