Mark,
As you posted the first question I guess I should post the first answer (or non-answer)!
I don't know an automatic built in way of doing this.
If I was doing it I would work from command line mode and create a small program or script to autodelete lines from the hkl file. You could then have a .bat file to rapidly select reflections then run tc. Something like:
choosehkl <full.hkl >strip.hkl
tc file.inp "macro filename {strip.hkl} "
tc file.inp "macro filename {full.hkl} "
You'd need something like RAW(filename) in your input file (see e.g.
http://topas.dur.ac.uk/topaswiki/doku.php?id=automating_multiple_refinements).
The ideas aren't very different to the "bootstrap errors" methods in topas so there may be a cleverer way of doing this.
Sorry it's not more helpful.
John