DataExtraction - writing data out to excel file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
i'm tying for some days to write data table from a drawing out to excel file (the second time, DataLinkUpdate command) with no luck
this problem is only coming from DataExtraction command (when making simple link between a table and excel it works)
AutoCAD keep saying (from R2008 and all the way up):
1 object(s) found.
1 data link(s) do not allow their data to be written out.
0 data link(s) written out successfully.
i understand the error is due to 'allow writing to source file' but this switch is always ON and i did make sure it is on.
I also unlocked the the whole table.
it seems that autocad making a special link (through DXE file in which the link to excel is bound) and maybe the 'allow writing to source file'
there is OFF (did not found the way to edit it)
Can it be enable from VisualLisp?
Thanks in Advance
Moshe