Trusted Locations dont work on Company Onedrive
Our take
The issue of VBA Macro files being blocked on corporate OneDrive is a nuanced challenge that highlights the complexities of data management and security in modern workplaces. As organizations increasingly rely on cloud-based solutions for collaboration, understanding the interplay between security policies and user accessibility becomes paramount. In the case presented, the blocking of macros despite the correct security settings raises important questions about the consistency of IT policies across various platforms. This situation is not unique; it resonates with the challenges many users face when transitioning to cloud-based environments, where security protocols can inadvertently hinder productivity. This is particularly relevant when considering the broader implications of digital transformation, as discussed in articles like How to find the last filled in value in a range and I want to extract the following from the text: 1. Name (3894) 1–24 to Excel.
The blocking of macros in trusted locations on company OneDrive, while allowing them in local or personal OneDrive, suggests a potential misalignment in how security protocols are enforced across different environments. This inconsistency can lead to frustration among users who rely on macros for automation, particularly when they are not aware of any changes that might have triggered this issue. It’s essential for organizations to ensure that users are well-informed about their IT policies and any recent adjustments that could affect their workflows. This situation also underscores the importance of fostering a culture of continuous learning and adaptation, as users navigate the evolving landscape of technology.
Moreover, the fact that the creator of the file does not experience the same issues highlights another critical aspect: the necessity of a robust support system for users encountering these kinds of technical barriers. Ensuring that users have access to resources and guidance can empower them to troubleshoot effectively and understand the underlying policies that govern their work environment. This aligns with the human-centered approach that prioritizes user outcomes and productivity. By addressing these issues, companies can create a more inclusive and efficient workspace that drives innovation and collaboration.
Looking ahead, organizations must remain vigilant in their approach to balancing security and usability. As cloud-based tools continue to evolve, companies should consider regular reviews of their security policies to ensure they align with user needs and technological advancements. Additionally, fostering open communication between IT departments and end-users can help identify pain points and streamline processes. The blocking of macros on company OneDrive serves as a reminder that while security is essential, it should not come at the expense of user productivity. As we explore these dynamics, it will be critical to ask ourselves: How can organizations better support their teams in navigating the complexities of modern data management without compromising security?
As the landscape of data management continues to evolve, staying attuned to these challenges will be crucial for fostering innovation and enhancing productivity across various sectors. The case of the blocked macros is just one example of the many hurdles organizations face in today’s digital age, and it highlights the need for a proactive, user-centered approach to technology implementation.
There is a VBA Macro File that needs to be accessed by a few people but the Macros get blocked.
Policy is set to deactivate all Macros except digitally signed ones, which they are.
Trusted locations on network is set to allowed as well as access to the VBA-Projectobjectmodel.
If placed in trusted locations locally or the personal onedrive the Macros dont get blocked.
If placed in trusted locations on the company onedrive they do get blocked.
I tried the local path as well as the sharepoint url.
The creator of the file does not have that issue.
This has been done before and it worked. Im not aware of any changes that could have an effect.
Does aynone have an idea what the issue could be?
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Macros blocked on SharepointHi! Was wondering if anyone has a solution. I've created a workbook with some VBA code in it. Runs fine on my laptop. When I try to open it from a secure SP page the macros won't run and I get a error message. The file works fine on open SP-pages. Our IT environment is Very locked down, so even though I've managed to get access to security center I'm not able to add trusted locations or enable macros in those settings. Is there a workaround or do I just have to make my team use the file without the code? submitted by /u/Introspective_mirror [link] [comments]
- Excel macros work locally but not properly from SharePoint (data validation errors)Hey everyone, I’m troubleshooting an Excel (.xlsm) file stored in SharePoint that relies on macros, and I’m running into a confusing issue. Originally, users were getting the standard macro block error: “Microsoft has blocked macros from running because the source of this file is untrusted” As a test, I copied the file locally (outside of SharePoint), and everything worked perfectly — macros ran with no issues. However, when using the file from its SharePoint location (via OneDrive sync), things don’t behave the same: The macro block error is no longer showing But users now get this error when entering data: “This value doesn't match the data validation restrictions defined for this cell.” It feels like the macros are only partially running or something isn’t fully initializing when the file is opened from SharePoint. To clarify: The file must remain in SharePoint (we can’t rely on local copies) The goal is to have users open and use the file directly from the SharePoint/OneDrive synced location Other teams in our organization have similar macro-enabled files working from SharePoint, so this should be possible At this point, I’m not sure if this is: A macro trust/security issue (still partially restricted?) A data validation dependency that isn’t loading properly Or something specific to how the file was built Questions: Can macros fully run from SharePoint/OneDrive synced locations, or are there limitations? Has anyone seen data validation errors like this caused by macros not executing fully? What’s the proper way to make this work — trusted locations, macro signing, or policy changes? Appreciate any guidance — this one’s been tricky to pin down. Thanks! submitted by /u/Icy-Alternative-3860 [link] [comments]