Automatic Format Table Size with Excel Data Links - With IF formula output ""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am having trouble getting an AutoCAD table to size to the DISPLAYED data in Excel.
I have named my Excel Range "AutoCADExport" for 9 rows. If only 3 rows are filled then only 3 rows export, which is perfect. The problem arises when I try to make the excel cells with equations that could provide blank values.
The application for this is a "Bill of Materials" that can change size and parts.
ex) Cell A1 contains -> =if(B1="","",3)
------ (This populates the schedule number, 3, if the cell next to it has contents, otherwise it has no value.)--------
Currently AutoCAD reads the cell as having information in it, but I want to Data Link a table that doesn't need to be cleared by a VBA button.
Can this be accomplished with 2 tables? One table that does all the work collecting data with formulas, and an export to AutoCAD table that just reads the formulas from table 1?
Thanks,
Dylan