Also asked, do Excel macros work on SharePoint?
1 Answer. When navigating to the file in Sharepoint, it's simple to open the file directly in Excel with live editing to Sharepoint, if you enable high frequency Autosave parameters in Excel (or globally across Office). This will enable your in-document Macros to operate. This can be in Sharepoint.
One may also ask, can you use VBA in Excel Online? Although you can't create, run, or edit VBA (Visual Basic for Applications) macros in Excel for the web, you can open and edit a workbook that contains macros. Any existing macros will remain in the workbook, and you can open the workbook in the Excel desktop app to view and edit the macros.
Additionally, how do I access SharePoint from VBA?
You need to download the file first and then open it. I store the file in the user's temp folder via the code below, and if necessary delete it upon closing. You can open a SharePoint file directly using VBA without having to save it to a temp folder.
Can office365 run VBA?
VBA is a COM technology that has a lot of dependencies on Windows-specific things. VBA will be supported on Windows desktop for the foreseeable future, but making it work on all the platforms Office 365 runs on is simply unrealistic, and isn't going to happen.
