I am Trying out a Program to Fill a Letter in Microsoft Word using Interop in C#. I have hard coded all the Text that is to be filled in word in my program.
but While running my program I could see that I am not able to use the normal copy and paste option in my computer. While doing so it pastes the text that is copied by my program in clipboard. Is there a solution for this Problem