Forum

Share Macro Enabled...
 
Notifications
Clear all

Share Macro Enabled File on OneDrive that other can make changes

2 Posts
2 Users
0 Reactions
173 Views
(@newoneinvba)
Posts: 2
Active Member
Topic starter
 

Hi everyone, 

I want to share my excel VBA file to OneDrive so that shared people can edit/use my macro live (without downloading the file). When shared to Onedrive, my colleague, will get this warning message in excel Picture. The "solution" i found is this Link. Is there a solution without downloading the file. 

Sorry for my broken English, hope you understood my explanation and thank you in advance. 

BR, Tapio

 
Posted : 03/09/2022 4:10 am
(@catalinb)
Posts: 1937
Member Admin
 

Macros cannot run in Onedrive and cannot be edited in Excel Online. You cannot edit a macro without opening the file on desktop, not  sure why you  want  to edit/run without opening, does not make sense.

If you just want another way to avoid macros being blocked, generate a self signed certificate, send it to all users so they can install it on their computer.

Sign the vba project with this certificate, you will not see that error if the project is digitally signed and the certificate is properly installed.

 
Posted : 04/09/2022 12:03 am
Share: