first i am copying contents to clipboard then performing simple string operations like replace a particular text
then i am just pasting into 2nd word file but i am getting output as formatted like line colours are changed also text type is changed
Thanks
it was general approach but what if we need to use such task in Web/CRM automation
and what if we have multiple texts to replace
for example: take email automation where we have so many templates to pick one according to the request
then do the editting by replacing some dynamic texts
What should be Target object in Invoke Method why it is blank ?
For HTML - Do you mean i need to replace system.windows to system.html or is it something else
What is RFD constants ?
Regarding the constants, I meant you can change the expression on both Set and Get Clipboard methods to handle different format, in case your use case would be HTML related.
The target object can stay blank when you refer to a Static method, I am giving some detailed explaination on the post bellow
Does it work for your case or not? not sure I understand
Hi Florent, i am trying to use your method to fill out some html and i use the string.format to replace my placeholders with values, but once i do that all the html dissapears and i only have the value left.
Does this solution work with string.format when the string is in html format?