diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-dynamic-VBA-code-execution.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-dynamic-VBA-code-execution.md new file mode 100644 index 000000000..1d5e9c82d --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-dynamic-VBA-code-execution.md @@ -0,0 +1,20 @@ +--- +title: Does XlsIO Support Dynamic VBA Code Execution | Syncfusion +description: Learn if the Syncfusion .NET Excel library (XlsIO) supports dynamic VBA code execution, including limitations like sheet protection issues in Excel files. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Does XlsIO Support Dynamic VBA Code Execution?? + +Yes, XlsIO supports dynamic VBA code execution. However, if sheet protection is applied to the Excel file, the VBA code may not function dynamically. Removing the sheet protection enables the VBA code to work as expected. + +## See Also + +* [Does XlsIO support Excel files with macros that are digitally signed?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed) +* [Does XlsIO support password protected macro in the Excel documents?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/does-xlsio-support-password-protected-macro-in-the-excel-documents) +* [How to check whether an Excel document contains macro?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-check-whether-an-excel-document-contains-macro) +* [How to open an Excel 2013 Macro Enabled Template?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-open-an-excel-2013-macro-enabled-template) +* [How to run macros in Excel document?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-run-macros-in-excel-document) +