Reputation: 8096
When creating an Oracle BI Publisher rdf template in Microsoft Word, with intended output to Microsoft Excel; is there a way to inject an Excel VBA macro in the Excel output file?
Upvotes: 0
Views: 4827
Reputation: 153
The RTF template does not support a macro, which means even you put some macro in the template, it will be lost during report generation. However, you can create an Excel template and put some macro in it. The macro will be available in generated Excel file.
Upvotes: 0