I have the following code:
ChDir “C:dds_txt”
Workbooks.Open “Email List.xls”, , N, , , , Y
When I am located any where on the network, this seems to work – except when I am logged into my personal drive (H:/). In this case, the change doesn’t work and I get the error “Email List.xls Not Found”. Is there something I should add to the “CHDIR” command so it works from other drives?