Check if VBA Code is Signed with Golang via C++
Contents
[
Hide
]
Aspose.Cells allows the user to check if the VBA code project is signed. Please use the VbaProject::IsSigned property to determine whether the VBA code project is signed.
The following code demonstrates how to check if the VBA code is signed using the VbaProject::IsSigned property. You can use any of your Excel files to test this code. For testing purposes, you can use this Excel file used in the code.
Check if VBA Code is Signed in C++
Console Output
Below is the console output of the above code using the sample Excel file provided by the link.
Is VBA Code Project Signed: True