Hi, I need some help on deciding which approach is the best to modify a title box. I have a macro that creates the grid lines with the coordinates inside the viewport, I wand to create a title box on the paperspace. It creates the grid depending on the view the user selects, it can change quite often, so I simply delete the old grid and create a new one. But the title box won't change that often, I want the program to "read" the info on the title box, and present it on a form, and update it with the changes the user makes on the for, What would be the best approach. I tried with Xdata, and it's not that easy to manage, would creating a block be easier? Any idea would be greatly appreciated.