Thanks for the info Weedpacket...but the parse error is still occuring.
Here's what I tried:
$basePath = 'F:\_jobs\reports\adhoc\SomeReportDir\';
$reportPath = $basePath.'report\reportSomeReport.xls';
and
$basePath = 'F:\\_jobs\\reports\\adhoc\\SomeReportDir\\';
$reportPath = $basePath.'report\\reportSomeReport.xls';
neither worked.
In my previous post, I had placed \ at the very end as well, but it looks like the "vB Code" cut the last \ off of the post.
Anyway, I've now tried it with \ and \\ and with double and single ticks.
And of course, the issue of not being able to create the excel COM object it still a problem.
Thanks.