I know how to delete a multi-gate part in a schematic.
If all the gates of a multi-gate part are on the same sheet (say U1 a 7400 Quadruple Nand),
I just have to enter all the 'full instance' names in the command line:
DELETE U1A U1B U1C U1D U1P;
But when the gates are distributed on several sheets the above command doesn't work.
I have to search and delete all the gates sheet by sheet.
Is there a magic command like: delete U1(*) ?
Else, I'll write an ULP for that...