D
Don Yates
I'm trying to build a user form to assist in grading assignments that use Word. I want a user form with 20-30 textboxes and command buttons so that I can just put the cursor on the error in the document and click on the appropriate comment's command button in the userform.
Selection.TypeText (TextBox1.Value) works fine.
Problem is returning control back to the document after "show"ing the userform without unloading the form.
Thanks in advance
don
EggHeadCafe - Software Developer Portal of Choice
Insert Records - XML/ADO Marshalling Over The Net
http://www.eggheadcafe.com/tutorial...bb29-621bdddd8638/insert-records--xmlado.aspx
Selection.TypeText (TextBox1.Value) works fine.
Problem is returning control back to the document after "show"ing the userform without unloading the form.
Thanks in advance
don
EggHeadCafe - Software Developer Portal of Choice
Insert Records - XML/ADO Marshalling Over The Net
http://www.eggheadcafe.com/tutorial...bb29-621bdddd8638/insert-records--xmlado.aspx