The file that this code is located in is often sent to others to use which means I have to modify the directory and path each time I send this file in order for the VB code to work.
Code
Workbooks.OpenText Filename:= _
"C:\My documents-2\Monthend Supplemental Reports\Deficiency Reports\current\C37.txt"
Is there a way to have the file opened from any active directory it happens to reside in?
Thanks for any help on this.