nice, but if i may i'd like to add something whilst we're talking about visual basic + word
i cant remember the exact code, but typing it into the visual basic editor provided, should show you what i didnt put in...
Basically this allows you to remove / add / rename / etc etc all the File / View / Tools / Help etc menus
CODE
commandbar("File").controls("Edit").visible = false
I think its something like that, but typing it in and a few trial-and-error work and you'll get it workin, not only can you turn visibility off, but also do anything you want to it, .enabled = false and more...
Adding that to a word's normal.dot, then placing on a computer, well, you can get pretty malicious and be a 'pain in the ass' with it, use to do it at school all the time when i had to use word. Make not, it resets itself after the document is closed, hence the placing in normal.dot and on document load.