Hi Guys,
I have window application running & this application has a form with a TextBox.
And I want to build a Word 2007 Macro, Which will pass string from Macro to the running Windows Application & place it in TextBox
Please help me with this regard.
Thanks & Regards,
Prakash

Sam HobbsPosted Aug 17, 2011, 8:25 PM
- find the window for the other application
- find the TextBox in the window
- send a settext message to the TextBox
I am sorry that I cannot be more specific but your question is vague.