G
Guest
How do I move up 1 subfolder from the current path.
Say this msgbox(ThisWorkbook.Path
returns c:\sub1\Sub
How do I get this to go up 1 level so that it return
c:\sub
From the command I would use cd.
Joh
Say this msgbox(ThisWorkbook.Path
returns c:\sub1\Sub
How do I get this to go up 1 level so that it return
c:\sub
From the command I would use cd.
Joh