I have a call to macro that creates a folder by date:
Dim sPath As StringsPath = "M:\Lvl3-5Mgrs\"If Len(Dir(sPath & Format(Date, "yyyy_mm_dd"), vbDirectory)) = 0 Then MkDir (sPath & Format(Date, "yyyy_mm_dd"))End If
and then I want to create folders in that by Executive manager (not working...