---------------------------------------------------------------------03/09/2007
 DeleteSelectConfigs.swp           Written by Leonard Kikstra,
                                   Copyright 2003-2007, Leonard Kikstra
                                   Downloaded from Lenny's SolidWorks Resources
                                        at http://www.lennyworks.com/solidworks
-------------------------------------------------------------------------------

INTRODUCTION:
DeleteSelectConfigs is a simple macro that displays a list of the current
configurations in a SolidWorks model prior to deleting these configurations,
except for the current configuration.  The current configuration cannot be 
deleted.  The name of the current configuration is displayed under the list
of configurations.  The user can then select the configurations that are to be 
deleted.

NOTE: If assemblies or drawings are currently loaded, in the current session 
      of SolidWorks, that reference a configuration in the current model, the 
      referenced configurations can not and will not be deleted.

WARNING: The SolidWorks 'UNDO' command cannot recover configurations that have
         been deleted by this macro.  Use at your own risk.  Back up your data 
         before using this macro on any SolidWorks document.

A status will be displayed showing the status of the deletion process, and the
user will be presented with the final number of configurations that have been
deleted from the SolidWorks model.

-------------------------------------------------------------------------------

DISCLAIMER:
* These macros are provided free of charge for personal use and/or reference. 
* These macros may be freely distributed, provided the original copyright 
  notices remain unchanged and intact. 
* All macros were written to work with SolidWorks 2003. 
* These macros, and corresponding files, are provided as is. 
* There are no warranties, expressed or implied, that these macros will perform 
  as indicated, perform to users expectations, or complete a specific task. 
* These macros will change the current SolidWorks document. Use these macros at 
  your own risk. Back up your data before using this macro on any SolidWorks 
  document. 

-------------------------------------------------------------------------------
