Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
pcrawley
in reply to: 4thAxis

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