04-21-2022
01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-21-2022
01:58 PM
Edit the code to include a line that sets the Part Number to be blank:
(Make sure you put it after the line that copies it to the Title!)
iProperties.Value("Project", "Part Number") = iProperties.Value("Summary", "Title")
iProperties.Value("Project", "Part Number") = "" iLogicVb.UpdateWhenDone = True InventorVb.DocumentUpdate()
Peter