does your users have folders, like:
C:\Users\accounts_2\OneDrive - PM\NIS-IRN
if they don't you can create the folder first.
copy this code on a module:
Sub ForceMkDir(ByVal path$)
Dim file$, var As Variant
Dim i%
var = Split(path, "\")
On Error Resume Next
For i = 0 To...