Exporting Dimensions and Tolerances to Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to export dimensions and tolerances from a dwg to an excel spreadsheet? I am currently entering every single dimension by hand into our inspection reports. I've tried looking up commands to do this automatically and couldn't find anything that fits our needs. The dimensions need to include diameter symbols, degrees, plus/minus symbols, max/min, etc. Whatever it calls out on the drawing.
I've tried adding this rule in the iLogic:
iLogicVb.Automation.ParametersXmlSave(ThisDoc.Document, "path\filename.xml")
While this gives every parameter, it doesn't include tolerances or any other symbols.
I've also tried writing some simple code with the VBA editor, but I'm not a programmer and am also not very familiar with the VBA editor.
If there is a simple solution, or if you perhaps help me with the code, that would be very helpful.
Thanks.