Sharepoint and Excel Spreadsheets with VBA's / Macros etc

Dazzybeeguy

Board Regular
Joined
Jan 6, 2022
Messages
72
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
I have a spreadsheet that has a lot of macros & buttons etc within it.

Would all this functionally be available if a user accesses the file via a sharepoint site ?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
It depends on how the file is opened. Given that the file is saved in SharePoint, if it is opened with the desktop app then yes, but if it is opened in Teams or the Web browser then no.

If your macros open or close other files or do things with your file system, you'll need to take a few additional steps to make sure these work, but if you don't do any of that then no extra changes would be necessary.
 
Upvote 0
It depends on how the file is opened. Given that the file is saved in SharePoint, if it is opened with the desktop app then yes, but if it is opened in Teams or the Web browser then no.

If your macros open or close other files or do things with your file system, you'll need to take a few additional steps to make sure these work, but if you don't do any of that then no extra changes would be necessary.
thank you for the response, can more than one person amend and save in an excel file hosted on SharePoint and if so is this only if it’s not opened with the desktop app?
 
Upvote 0
Yes. By multiple people can access and edit a file at the same time (this is called Co-Authoring) and is available no matter how the document is opened or accessed, even with the desktop app.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,748
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top