You can develop directly for Microsoft 365 by building office extensions/add-ins. Here's a good place to start:
Adding VBA excel to office 365
Tech Support
1
Reputation point
Using VBA we had developed a application . can we add that excel file to office 365.
So that users can download the excel file and start using our application.
or
is there any way to convert the excel file with macros we developed to app and put in office 365.
Developer technologies Visual Basic for Applications
1,507 questions
2 answers
Sort by: Most helpful
-
-
Gabriel Dzsurdzsa 6 Reputation points
2021-08-25T17:30:51.107+00:00 It is true that if you need simple access to excel functions from a module across excel, you can just name your .xlsm as a .xlam, then load the set as an add-in.
However, it would be worthwhile looking into developing the add-in using Visual Studio.