Issue Details
I am developing a LabVIEW VI using the Report Generation Toolkit for Microsoft Office. I am creating an Excel document using the New Report.vi and writing values to that report using the Excel Easy Text.vi. An example snippet of my code is shown in Figure 1 below:
Figure 1: Snippet to Reproduce 2146827284 Error
When I run my program my report is not written to and my error handler reports Error 2146827284 ("Error 2146827284 occurred at an unidentified location."). Figure 2 below displays the error when using a Simple Error Handler.vi. What causes this error to occur and how do I prevent it from happening?

Figure 2: Error Reported by Report Generation Toolkit VIs