Hi all,
I have created a Word template with extensive VBA coding. It uses MailMerge and allows user to create Business-Rules, which get applied to the content while different versions of the document get generated.
After user prepares all the rules, the process that generates various versions runs for about three to four minutes. I am wondering if I write the code in C# and install it on user's machine as a DLL, will it help in reducing the time taken by the process?
Is Dot Net going to use another Interops layer over the Word's internal functions? If so, VBA might be a more efficient that Dot Net?
Could someone throw light on how Dot Net works with Word?
Thanks in advance,
Sheila
I have created a Word template with extensive VBA coding. It uses MailMerge and allows user to create Business-Rules, which get applied to the content while different versions of the document get generated.
After user prepares all the rules, the process that generates various versions runs for about three to four minutes. I am wondering if I write the code in C# and install it on user's machine as a DLL, will it help in reducing the time taken by the process?
Is Dot Net going to use another Interops layer over the Word's internal functions? If so, VBA might be a more efficient that Dot Net?
Could someone throw light on how Dot Net works with Word?
Thanks in advance,
Sheila