I made an Excel macro VBA script for the office, and it runs perfectly fine, but I got a request to convert it to an executable .exe file.
I use a Mac and there are many older posts that came up on Google that says to convert it to .vbs and .vb/.vbs (not sure the difference, didn't grow up in Windows) and add a script to just open the Excel application and run my VBA script.
What is the easiest way for me to do that? And is it possible for me to do it in the Mac environment or can it only be done in Windows?
I know that the Microsoft stack was pretty proprietary back in the days, but it's opened up in recent years so I just want to see if there are newer developments, hence solutions that are not in the older posts.
Thanks!