An implementation of Visual Basic that is built into Microsoft products.
Thanks for reaching out!
You are seeing the "Macros in the project are disabled" message because Microsoft office is blocking the macro for security reasons. Please follow the steps below to enable it:
1.Open the file and check for a yellow Security Warning bar at the top.
Click Enable Content -> Enable Macros
2.If the warning bar is not visible, go to:
File-> Options->Trust Centre-> Trust Centre Setting -> Macro Settings, select Disable all macros with notification, then reopen the file and enable macros.
3.If you are testing or developing VBA, you can add your project folder as a trusted location:
File-> Options->Trust Centre -> Trust Centre Settings -> Trusted Locations ->Add new Location
Save the file in that folder and macros will run without being blocked.
Let me know if you need any further help with this. I will be happy to assist.
If you find this helpful, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.