Thanks, John, for the reply.
Ok, I've figured out how to place a CommandButton in a Word document (pretty cool if you ask me). Now, I'm trying to get the Code into a Module in VBA inside the Word doc - haven't figured that out yet:
doc.VBProject.VBComponents("ThisDocument").CodeModule.AddFromString(sCode)
I'm getting an error message that the "...VBComponents cannot be indexed because it has no default property"
Any ideas?
Also, is it possible to move the CommandButton to the right side and top of the document from within vb.NET?
Thank you so much for the code so far - any recommendations for these two questions?
Kim