View Single Post
 
Old 09-19-2016, 03:39 PM
kirkm kirkm is offline Windows XP Office 2003
Advanced Beginner
 
Join Date: Aug 2013
Posts: 40
kirkm is on a distinguished road
Default Binding text to a Form control. Possible?

Can you send text to a textbox on a Form, so that edits there will reflect back in the document?
My goal is to work through the doc checking OCR errors in first & last names and save corrections.

I'm storing each name to Excel once confirmed, then reading them back so I don't need to do the same name twice.
It's working fine, but a Form may be better than the debug window for output and avoid stopping/ restarting the macro. If the Form is modal I should be able to work through the whole document in one go.
But I'm stuck on a method for replacing a paragraph with the text box contents of a text box.

Thanks for any help
Reply With Quote