pungentSapling
NeedHotSauce?
- Local time
- Today, 08:13
- Joined
- Apr 4, 2002
- Messages
- 116
I am trying to work with a series of excel files from access that sometimes have spaces in the name..... example "Hello World.XLS" instead of "HelloWorld.XLS" I have no trouble opening space-free filenames but when there are spaces , I get a file not found error.
Is there a way to open files that have spaces using
... .workbooks.open("file name.xls")
or do I need to get all the files re-named?
thanks again
p
Is there a way to open files that have spaces using
... .workbooks.open("file name.xls")
or do I need to get all the files re-named?
thanks again
p