question

TechSupport-2793 avatar image
0 Votes"
TechSupport-2793 asked GabrielDzsurdzsa-8881 answered

Adding VBA excel to office 365

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.

office-vba-dev
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@TechSupport-2793
Based on your description, your issue seems to be more related to VBA macro, I will modify the tag. Thanks for your understanding.

0 Votes 0 ·
GabrielDzsurdzsa-8881 avatar image
0 Votes"
GabrielDzsurdzsa-8881 answered GabrielDzsurdzsa-8881 edited

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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GabrielDzsurdzsa-8881 avatar image
0 Votes"
GabrielDzsurdzsa-8881 answered JohnKorchok commented

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


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.