View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Luc[_3_] Luc[_3_] is offline
external usenet poster
 
Posts: 24
Default get current directory

you could use ActiveWorkbook.Path

"Souris" wrote:

I have an excel spreadsheet to read MS Access data.

I would like to put Access database and spreadsheet on the same directory.

I need to get current directory to read data through ADO connection string.

Are there any easy way to get current directory to find my MS Access database?

Any information is great appreciated,