An implementation of Visual Basic that is built into Microsoft products.
Thank you for reaching out.
This behavior happens because of the macro security setting you selected.
When Excel is set to “Disable VBA macros except digitally signed macros”, it allows only signed and trusted macros. Any unsigned macro is blocked completely, and Excel will not show any “Enable Content” or “Unblock” option. That is why you are seeing the error without any option to enable it.
This setting is useful for security, especially in environments where files come from different sources. It helps prevent unsafe or unknown macros from running on the system.
To undo this setting, go to File → Options → Trust Center → Trust Center Settings → Macro Settings, and change it to “Disable VBA macros with notification.” After this, reopen the file and you will get the option to enable macros.
Please let us know if you require any further assistance, we’re happy to help. If you found this information useful, kindly mark this as "Accept Answer". So that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.