ISSUE DETAILS:
Wrote a Visual Basic 6 application to perform Mail Merge using Microsoft Word Object Library.
While saving the document after mail merge, word shows the below error:
The function you are attempting to run contains macros or content that requires macro language support.
OCCURRENCE:
Every time while saving the document after mail merge
ERROR:
The function you are attempting to run contains macros or content that requires macro language support.
CHANGES:
Disabled VBA on the environment, i.e. added new key VBAOFF to the registry with its value as 1 at "Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common" path.