Is there a quick and dirty way to rename layout tabs? I want to take our multiple tabs (Layout2-Plot C, Layout3-Plot C, etc.) and remove the "Layout" and keep the 2-plot, 3-plot, etc? This is for when we have multiple layouts on one drawing... can I do it with the VLA commands? (defun DelTabs () (vl-load-com) (vlax-for x (vla-get-layouts (vla-get-activedocument (vlax-get-acad-object))) (if (= "Layout*" (vla-get-name x)) *** then what?????? not very familiar with the whole VLA stuff a little help would be appreciated? Thanks! noit