Forum Discussion
Vitor_Kurial
Jun 23, 2022Copper Contributor
Excel Macro blocked
Microsoft has blocked all macros form files that are not on your PC. My files are on a NAS. How do unblock the macros in the excel? T
Vitor_Kurial
Jun 23, 2022Copper Contributor
Hi,
That still doesn't work, because excel don't allow folder's from the network.
The only way that i found to temporay solve this issue is by create a link using CMD as administrator:
MKLINK /d c:\Folder_to_use \\192.168.0.1\path_to_the_Network\
Use the folder that was created as a folder of the "C" Drive.
As anyone as other solution for this problem of the latest update of the office 365?
thanks.
apps1655
Jun 25, 2022Copper Contributor
Hi Vitor,
I Had the same problem and the solution in fact it's easy:
You must refer to the network with the server name and not the IP
Example: \\serverA\path and not \\192.168.0.1\Path
if you mapped any location with IP you need to remap with the server name.
I Had the same problem and the solution in fact it's easy:
You must refer to the network with the server name and not the IP
Example: \\serverA\path and not \\192.168.0.1\Path
if you mapped any location with IP you need to remap with the server name.
- imsureshbio1109Nov 22, 2022Copper Contributor
apps1655 Hi,
I too have the same problem, I have the macro enabled excel workbook, even though I give the server path as trusted location, it's always asking me to enable the macros.
I want it to be enabled every time the document opens ? fr all the users in my organization. Is there any way
- LouiseBonhamSep 01, 2022Copper ContributorHI this sounds like it might work for me, only i'm not sure how to do what you suggest. My files are actually kept on OneDrive and accessed as a shared folder.
Can you help please.- dmarquesgnNov 04, 2022Iron ContributorHi,
Regarding this topic, I've used this workaround with success, but in fact it's something which does not feel right from a security perspective.
What I would like is to allow a specific folder or file instead of the whole network share, which leaves a door open to any malicious file.
Any other way of allowing specific files on a network share without allowing them all on the network share?
Thanks