A few of the Excel templates from Indzara use Power Query which might throw the following error if opened using a MAC system:
"Access to Path is Denied" as shown below



There is a simple workaround to resolve this, by following the steps given below:


Step 1:

Open an Excel file and select any cell inside it.


Step 2:

Press Fun + Option + F11 (To open VB editor)


Step 3:

Open Immediate window from View ribbon



Step 4:

Type the following function:

print Dir(“<Your File/Folder path>“)


For example, the file path can be:
print Dir(“/Users/dennis/desktop/purchase_and_“)



Step 5:

In the popup window hit select and in the next popup window, click on Grant Access


 


Step 6:

After this, save and close the Excel file. Open it again to use.