
Current working directory for Excel
Suppose I have a function (written in VC++) in a DLL, and this function
opens a file whose name is
specified without the full path. If I call this function in a
VBA sub
procedure from within Excel,
where does the file have to be in order to be found? Is it Excel's
current working directory, the directory
where Excel.exe is? Somewhere else?
Ed Sowell