I'm getting ready for a new job interview and need to show off some of the projects I created(have). I have copied these to a flash drive for presentation.
One project that currently sits on a server, I have changed the path that is a variable to the path on My Desktop Computer that says the Flash Drive is E:
i.e.
When I plug this Flash Drive in my Laptop, the path is F:
Clearly the path changes between computers.
Not knowing how this interview will go, I might have to plug into some other computer. I don't want to have to go into the VBA and change the path (once I find it out) in the middle of an interview, if you know what I mean.
Is there some other call that can be made that will automatically detect what the drive letter is on a "foreign" computer?
One project that currently sits on a server, I have changed the path that is a variable to the path on My Desktop Computer that says the Flash Drive is E:
i.e.
myFolder = "E:\My VBA Resume\Forecast\"
When I plug this Flash Drive in my Laptop, the path is F:
Clearly the path changes between computers.
Not knowing how this interview will go, I might have to plug into some other computer. I don't want to have to go into the VBA and change the path (once I find it out) in the middle of an interview, if you know what I mean.
Is there some other call that can be made that will automatically detect what the drive letter is on a "foreign" computer?