D
Denise R.
I want to save a xls.-file to a path on our server.
This is the coding:
DoCmd.TransferSpreadsheet acExport, 8, "demo123", "\\server\route 1\MA bei
Töchtern VW AG_Kreuztabelle.xls", True, ""
As you can see the node "route 1" has a space...
.... and so the program can't find my folder...
Is there a possibility to make this path readable ??
Thanks for your help...
This is the coding:
DoCmd.TransferSpreadsheet acExport, 8, "demo123", "\\server\route 1\MA bei
Töchtern VW AG_Kreuztabelle.xls", True, ""
As you can see the node "route 1" has a space...
.... and so the program can't find my folder...
Is there a possibility to make this path readable ??
Thanks for your help...