Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)