Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This line works...
Set working = Workbooks.Open("L:\theFolder\TheEmail.xls") this one returns a 1004 error... Set working = Workbooks.Open("L:\theFolder\TheEmail.xls") getting "smart" I tried... Set working = Workbooks.Open("""L:\theFolder\The Email.xls""") The file in question WILL have a space in the name when we receive it. Is there some trick to opening the file when there's a space in the name? Maury |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opening an excel file opens a duplicate file of the same file | Excel Discussion (Misc queries) | |||
Parsing a space delimited file into segments | Excel Discussion (Misc queries) | |||
HOW DO I EDIT AN EXISTING FILE TO BE SPACE DELIMITED? | Excel Discussion (Misc queries) | |||
XL97: Out of stack space opening web page as workbook | Excel Programming | |||
VBA - import txt file using space separator | Excel Programming |