Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
why does this not work. I have a part that browser notes is not the same as filename on a part ..
if i remove the if statment . if will fix it ... but I do not want it to run is there is no change..
when I delete et manuely ..It say i have rename the Root component. is there a better way to only delete the Root component name /display name text when it have been change ? I dont want it to run on all
doc = ThisDoc.Document
If doc.DisplayNameOverridden = True Then
doc.DisplayName=""
End If
Solved! Go to Solution.