Check if VBA Code is Signed
Contents
[
Hide
]
Aspose.Cells for Python via .NET allows the user to check if the VBA code project is signed or not. Please use the VbaProject.is_signed property to check if the VBA code project is signed or not.
The following code explains how to check if the VBA code is signed or not using the Workbook.vba_project.is_signed 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 Python
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