Message 1 of 1
Set Sheet Count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Not sure that I am in the right place. I have been an AutoCAD user for... well forever! One issue that has always been somewhat embarrassing is remembering to set the sheet count on layouts with title blocks. Sheet 1 of 4, 2 of 4 and so on. Get the count correct and in the proper order. The 'ssget' function can be used to return a selection set of layout tabs, however, the list is in alphabetical order. I needed something that would work in a sequential manner regardless of names or position. Attached is a lisp file - ssc.lsp - that works quite well. I know that there may be other solutions or a better way. But wanted to share for what it is worth. I have placed comments and instruction in the file, understandable I hope. Thanks