You can avoid partial-word matches by changing:
.MatchWholeWord = False
to:
.MatchWholeWord = True
To make the macro available to all documents, you could add it to Word's Normal template.
Word 2007 & later don't have toolbars, though you could add a button to, say, the Add-ins tab on the Ribbon. For advice on that, see:
http://gregmaxey.com/word_tip_pages/...bbon_main.html
You might find it easier and just as useful to simply assign a keyboard shortcut to the macro. See:
http://word.mvps.org/faqs/customizat...roToHotkey.htm
PS: When posting code, please use the code tags, which you can insert via the # button on the posting menu.