Adding VBA excel to office 365

Tech Support 1 Reputation point
2021-04-02T16:11:40.587+00:00

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
{count} votes

2 answers

Sort by: Most helpful
  1. Gabriel Dzsurdzsa 6 Reputation points
    2021-08-25T16:25:50.45+00:00

    You can develop directly for Microsoft 365 by building office extensions/add-ins. Here's a good place to start:

    excel

    excel-add-ins-overview


  2. 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.

    excel-quickstart-jquery

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.