Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi
I am trying to put multi sheets assembly together and using the sheet title in the browser to make it easy to see what parts are being used so we can open up just that drawing
I have found a code on this forum for naming the drawing sheet after the part drawn but when you add a second sheet with a different part it still calls it the after the first sheet part
If (ThisDrawing.ModelDocument Is Nothing) Then Return modelName = IO.Path.GetFileName(ThisDrawing.ModelDocument.FullFileName) ActiveSheet.Sheet.Name = iProperties.Value(modelName, "Project", "Description
any help would be great
Darren
Solved! Go to Solution.