Hi,
Can you please guide me how to use Split Collection Action of Utility - Collection Manipulation. I am not sure what should be the input in Collection 2 Template and Collection 3 Template.
Thanks,
Nitin
I write all the complex code in Visual Studio and then copy it into code stage.
If it a simple datatable manipulation, loops, regex, string manipulation etc I directly use the code stage. It’s not that difficult.
Hi,
I was facing similar issue 'Moving email to Public folder'. I solved it using Microsoft.Introp.Office.Outlook library. Basically I created C# code to access outlook using Microsoft library. You can check this URL for reference: https://www.code...
Store the macro in Personal.xlsb. You can check out this URL for storing macro is a single workbook: https://support.office.com/en-us/article/Create-and-save-all-your-macro…
Now you ll have Personal.xlsb file containing the macro and the excel file o...