English 5 Posted April 1, 2016 Is there an easy way to automatically add the sheet title in layouts? At the moment I have to add a rich text box and then on each sheet edit it to read say Foundation Plan or First Floor Plan. I guess the program would need to know that you are sending a plan from Floor 0 for the foundation, Floor 1 for the first floor etc. Thanks Alan Share this post Link to post Share on other sites
Joe_Carrick 2323 Posted April 1, 2016 On Sheet 0 (in a Text Box) insert the macro %layout.title% Then you will get what's in the Sheet Index (aka Layout Page Table). %layout.label% will give you the Sheet # You can find these macros by using "Insert Macro >M" > Global > Layout Info in the Text Box dbx. Share this post Link to post Share on other sites