I have a statement that defines a network path"
ReportPath = "L:\Informa tion Technology\Publ ic\Report Procedures\"
When I run the program, it tells me that it can't recognize the argument:
'Technology\Pub lic\Report'
Why does it not notice the "Informatio n" and "Procedures " part of the path?
What do I need to put between the 2 words to recognize this path?
ReportPath = "L:\Informa tion Technology\Publ ic\Report Procedures\"
When I run the program, it tells me that it can't recognize the argument:
'Technology\Pub lic\Report'
Why does it not notice the "Informatio n" and "Procedures " part of the path?
What do I need to put between the 2 words to recognize this path?
Comment