QUOTE(Derrel & Lai @ Dec 19 2007, 05:47 AM)

Dang... why don't I use PREVIEW instead of POST?????
Here is a modified, and more accurate STEP 2:
STEP 2) Create a range of tracking numbers, so you can track by NUMBER instead of reference. I didn't want to hit and miss guessing tracking numbers, so, you need to generate numbers with the correct 'check digit'. This is where Excel comes in. I made 3 columns, 1 for the "seed" number, one for the check digit, and one for the tracking number which is the "seed" and the check digit combined (CONCATENATE is the Excel function.) I know, very techy stuff, but it works. The check digit is created by taking the seed number, which is the tracking number you found in STEP 1, with the last digit removed, i.e. 9341421994 becomes 934142199. In the check digit column, put the formula MOD(934142199,7), which result in this case is 4. This generates the check digit. In the tracking column, concatenate the SEED and the CHECK DIGIT. Now you have a valid tracking number. Copy this formula for as many times as you'd like tracking numbers generated. For DEC 17, I have generated over 250 tracking numbers.
I'm going to blame this on LACK OF SLEEP FROM TRACKING SO MUCH!!!!
This method is EXCELLENT. Creating this spreadsheet nails down everything. Nice WORK!!!