Hi all. I write for a living and rely extensively on word counts – so much so that I have created a toolbar button that invokes the word count on a selection of text (“so what?” you all yawn). But it’s time for more counting horsepower.
Though I’m a fairly skilled Word user, coding macros is out of my comfort zone, so… can anyone help me create a macro that will do what I need?
I’d like it to operate on a defined selection (probably a manually created bookmark for simplicity), and display the result in the location of my choosing (probably immediately after the selection, or in a summary section at the beginning or end of the document). I’m not sure how this would be implemented – I was thinking that maybe the macro could create a new bookmark with a name derived from the source bookmark (e.g. “Chapter_3_Word_Count”), and simply stick the count value in there.
Counter updates don’t need to be dynamic. If I could achieve the above level of functionality, I think I’d be happy initiating an update macro manually whenever I needed to get the up-to-date counts for all bookmarks.
But these are just ideas from an enthusiastic amateur – if anyone out there has some ready-made code or even better ideas, I’d be very grateful to hear from you.
Thanks heaps
Neil