Hi All,
My bot needs to do some manipulation on word files, like replacing text, inserting datatable, converting to pdf etc. User of the bot does not want the word file to open while the bot is performing these activities.
Now we know that Word Application Scope,unlike Excel Application Scope does not have any show/hide option, also that for replacing text we have activity under Worddocument section which does not require “Word Application Scope”, but is there any solution to inserting datatable without using Word Application Scope?
Thanks in advance.