Ok the following worked: Procedure Test; Begin Layer('A-01'); SetLayerOptions(4); SelectAll; DoMenuTextByName('Copy',0); Layer('A-02'); DoMenuTextByName('Paste In Place',0); End; Run(Test); The next step is finding a way to reference the number of saved views that exist in the file. Each saved view needs its own design layer with a title block. So i need to figure out a way to reference the number of saved views so I can correctly number my layers. Is this confusing?