- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, I am trying to save the drawing specification with a vba. Trying to do, but not getting
Public Sub XxXxX() Dim oDraw As DrawingDocument Set oDraw = ThisApplication.ActiveDocument Dim oPartsList As PartsList Set oPartsList = oDraw.ActiveSheet.PartsLists. Call oPartsList.Export("C:\XxX.xls", kMicrosoftExcel) End Sub
Solved! Go to Solution.
Link copied