Yes, I tried all of that including other items in Troubleshooting and
various other things that I noticed in the related forums in the past
few months. This affects all accounts on my machine including my test
account. It only affects Word and it occurred very soon after I
installed 10.4.10, QT 7.2, and Office 11.3.6. That was back in early
July. I've read a lot of Word, Office, and Apple forum articles since
then. I think I'm down to removing/re-installing Office 2004 and
Archive/Install 10.4. One guy went back to 10.4.9 to solve his Word
CPU problem. My reason for posting here was to make sure I won't lose
any calendar data if I do an Office remove/re-install.
Thanks for your suggestions,
The problems from the QT updates also involve the need to do prebinding. If
you've tried these steps and they did not help:
Download the 10.4.10 combo update for your computer
Reboot/login using Safe Mode
Run Repair Permissions
Install the OS Combo Updater
Reboot
See Apple KB 30604: <
http://docs.info.apple.com/article.html?artnum=306043>
One user set out these steps to finally fix their problem:
Login as an administrator
Launch the Terminal (located in /Applications/Utilities)
Type cd /Library/Receipts/JavaSE6Release1.pkg/Contents and press return
Type lsbom -s -f Archive.bom > /tmp/files and press return (this will create
a file in the /tmp directory named files that lists all of the contents of
JavaSE6Release1.pkg)
Using your favorite text editor, open the file /tmp/files. Typing open
/tmp/files then pressing return will open the file with TextEdit, by
default. If you were using BBEdit, you could type BBedit open /tmp/files.
Replace all blank spaces, " " (type one space in the "find" field), with
(type a single backslash with a single space after it in the replace field)
and all entries of "./" with "rm /". If you opened the file in TextEdit,
choose "Find" from the "Edit" menu, and make these replacements. Essentially
you are generating a command list that will delete all the files installed
by JavaSE6Release1.pkg.
Back in the Terminal, type sudo bash /tmp/files and press return
Next type rm -r /Library/receipts/JavaSE6Release1.pkg and press return.
Finally, update prebinding by typing sudo update_prebinding. When prompted
for a password, enter your admin password, and press Return again. The
process may take a few minutes, and you may see various messages flash by.
The process is complete when the Terminal returns to a normal prompt. Do not
perform any other operations while the update prebinding process is taking
place.
If none of these fix the issue, the best thing to do is a archive install of
the OS.