Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use a I-logic rule I found on this forum to sort the parts list by POS and toggle auto sort on update,
my workplace uses 2 seperate parts lists, one for normal parts and one for purchased parts.
I would like to change the code so that it does the auto sort for both lists, is this possible?
the code we use:
On Error Resume Next Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument Dim oPartsList As PartsList oPartsList = oDrawDoc.ActiveSheet.PartsLists.Item(1) oPartsList.Sort2("POS", True, , , , , , True)
Did this reply help? Please click the „Accept Solution“ button. Helps me gather those Internet points
Check out my Ideas! I’m interested in your input and/or opinions.
https://autode.sk/3paEHwS
Check out my Ideas! I’m interested in your input and/or opinions.
https://autode.sk/3paEHwS
Solved! Go to Solution.