07-11-2023 04:57 AM
When I tried to write the data to an Excel file using Append report text.vi I get an error asking for the LabVIEW Report generation toolkit for Microsoft Office installed or to create this type of report. Please help I am not able to get the MS Office report generation toolkit in my labview.
Attached snippet of Code and error.
07-11-2023 05:27 AM
1. You have attached a .png image, not a snippet. They are very different.
2. Always attach your .vi if possible. It allows people to actually run your program and fault find effectively.
3.
-41007 | NI-Reports: (Hex 0xFFFF5FD1) You must have the LabVIEW Report Generation Toolkit for Microsoft Office installed to create this type of report. The toolkit must also have an activated license or be in evaluation mode. |
Sounds like the problem is this:
@mayankmpc wrote:
Please help I am not able to get the MS Office report generation toolkit in my labview.
If you don't have the toolkit, use a different way of creating the file.
07-11-2023 01:09 PM
Or it could be that MS Office is missing or can’t be found. Office 365 is nowadays 64-bit by default. If you use LabVIEW 32-bit the Toolkit can’t connect to the office installation. In addition some of the installers tend to not do or at least not correctly register the necessary ActiveX registry settings. A repair install of the MS Office application usually fixes that.