L
Lofty Becker
I¹ve got a problem that's ideal for a macro but I'm not sure it can be
done.
I have a large number of fairly long documents with autonumbered
footnotes. (They're Supreme Court opinions, if anyone is curious.)
I want to convert the autonumbered footnotes to fixed-number footnotes,
so that I can edit the opinions for distribution to my class (they
complain if I make them read the full opinions), but not have the
footnotes renumber.
Procedurally, it's easy enough to see how to do this IF Visual Basic has
the needed command. But I'm not sure it does and I'm having trouble
figuring the answer out from the documentation.
WHILE (not EOF)
Find Next Footnote
Convert to fixed number (use a counter if needed)
(Bump counter, if used)
Next
END WHILE
Can anyone give me any pointers?
-Lofty
done.
I have a large number of fairly long documents with autonumbered
footnotes. (They're Supreme Court opinions, if anyone is curious.)
I want to convert the autonumbered footnotes to fixed-number footnotes,
so that I can edit the opinions for distribution to my class (they
complain if I make them read the full opinions), but not have the
footnotes renumber.
Procedurally, it's easy enough to see how to do this IF Visual Basic has
the needed command. But I'm not sure it does and I'm having trouble
figuring the answer out from the documentation.
WHILE (not EOF)
Find Next Footnote
Convert to fixed number (use a counter if needed)
(Bump counter, if used)
Next
END WHILE
Can anyone give me any pointers?
-Lofty