Results 1 to 2 of 2

Thread: Page setup - removing

  1. #1
    Ted Broekhuizen Guest

    Page setup - removing

    I have inherited dozens of page setups via a "master" drawing template that
    I want to delete.
    (I have cleaned the master).
    How do a remove from many drawings affected?

    Thanks

  2. #2
    Tom Stright Guest
    ; DAPS - Delete All Page Setups
    ;
    (defun c:daps ()
    (vl-load-com)
    (vlax-for ps (vla-get-plotconfigurations
    (vla-get-activedocument
    (vlax-get-acad-object)))
    (vla-delete ps)
    )
    )


    "Ted Broekhuizen" <tbroekhuizen@sandwell.com> wrote in message
    news:41925c82$1_1@newsprd01...
    I have inherited dozens of page setups via a "master" drawing template
    that
    I want to delete.
    (I have cleaned the master).
    How do a remove from many drawings affected?

    Thanks

Similar Threads

  1. Reload Page Setup
    By z03656 in forum Customization
    Replies: 0
    Last Post: 03-24-2005, 08:10 PM
  2. Page Setup Manager
    By JLouder in forum Printing
    Replies: 2
    Last Post: 02-14-2005, 06:36 PM
  3. Page Setup Overrides
    By kknauss@ffadesign.com in forum Printing
    Replies: 0
    Last Post: 02-11-2005, 06:21 PM
  4. Add Page Setup
    By Jonathan Chertok in forum Printing
    Replies: 3
    Last Post: 01-31-2005, 06:52 PM
  5. Page Setup
    By TomA in forum Printing
    Replies: 2
    Last Post: 01-24-2005, 05:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum