V8i VBA Scan all levels except level x

I would like to create a scan criteria that will scan all levels except for a specific level. I know that I can exclude all levels, and then add individual levels to the scan criteria, but what if I don't know all of the levels that exist because they vary from file to file?

Put another way... if a file has 63 levels, and I want to scan all of the levels except for level 1, is there a way to define the scan criteria without excluding all levels and then adding levels 2-63 individually to the scan?

What I would really like is a scan criteria like:  oScanCriteria.OmitLevel oLevel

Is there anything like this, or another way to do this?