Forum Discussion

JoeFlesche's avatar
JoeFlesche
Copper Contributor
Sep 10, 2019
Solved

Excel personal.xlsb to OneDrive

I am using OneDrive for Business and I want to backup my Excel personal macro file; personal.xlsb. I have tried many methods and did a fair amount of searching but cannot seem to figure this out. Any...
  • JoeFlesche's avatar
    Sep 12, 2019

    It appears that this is possible by using the mklink statement.

    mklink /j "C:\Users\{UserName}\OneDrive\Backup\XLSTART\" "C:\Users\{UserName}\AppData\Roaming\Microsoft\Excel\XLSTART\"

     

    Problem is that Excel puts a lock on personal.xlsb and will not sync it until Excel is closed. so far that is acceptable to me.

Resources