Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with cfobjects / excel pl .... ;-(

Status
Not open for further replies.

CF5IISVB

Programmer
Sep 18, 2001
1
US
greetings:
am trying a simple piece of code from cfcomet.com, where using the cfobject tag , creating a excel com object to transport data from sql to excel.
the cfobject instantiates the excel object properly, but the code bombs when it has to actually write the data into the cell - it say " Cannot access read-only document 'xxx.xls'."

any help is much appreciated.
-r
 
Make sure the xls-file is NOT read-only, and also make sure that the sheet is not protected. Hope this helps...


<webguru>iqof188</webguru>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top