Those are two different folder paths. What dictates which one to use?
Your other code is using just single letters as all the variable names, which is a very undesirable practice. The code is nearly unreadable. You have also declared only some of your variables.
I strongly recommend to everyone that they use Option Explicit and declare variables. Doing so prevents a lot of bugs and runtime errors.
Add the following code to the existing module for UserForm1. This code will work using the first path you gave. If you need to use multiple paths you need to define how to tell which path to use.
Bookmarks