Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
20 Points
29 Posts
Apr 19, 2012 02:57 AM|LINK
Hi Guys,
Thanks for the replies, but my problem is solved and its due to syntax error.
workbooks.open(filename,0,.....) is working fine, when declared filename as below:
filename = "\\\\servername\\foldername\\excel.xls"
need to mention 1 extra for each "\".
Kushi Bobby
Member
20 Points
29 Posts
Re: Reading excel file which is on shared drive
Apr 19, 2012 02:57 AM|LINK
Hi Guys,
Thanks for the replies, but my problem is solved and its due to syntax error.
workbooks.open(filename,0,.....) is working fine, when declared filename as below:
filename = "\\\\servername\\foldername\\excel.xls"
need to mention 1 extra for each "\".