I have a program that writes to Word documents.

While it's writing, how do I keep the user from clicking in the document (mucks things up)?

I tried making wd.visible = False but that causes other problems.