Hello!
I'm pretty new to VBA and was hoping someone could give me good practices for how to reference workbooks. My main concern is that if I write a lot of code that references different workbooks with a full file name path, if I were to have to move these workbooks to another folder, I would have to change all instances in my code where I call that reference path.
Is it possible to have a "source folder" that it can somehow look for? I wasn't able to find too much info on this, so any advice is much appreciated.
Thanks!
Will
I'm pretty new to VBA and was hoping someone could give me good practices for how to reference workbooks. My main concern is that if I write a lot of code that references different workbooks with a full file name path, if I were to have to move these workbooks to another folder, I would have to change all instances in my code where I call that reference path.
Is it possible to have a "source folder" that it can somehow look for? I wasn't able to find too much info on this, so any advice is much appreciated.
Thanks!
Will