Hi JLG,

THanks for the quick response. Here is the snippet of code where the macro trips up:

Sheets("Charts").Select
    Range("F30:r30").Select
    Application.Run "modPaste.Copy"
    Range("F35").Select
    Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
        :=False, Transpose:=False
Can you explain what you mean by "ensure that your system is mapped to the OneDrive directory that you use to access the file"? I am able to open and save files onto the OneDrive folders I have synced to my computer if that is what you mean.