The best way I can recommend is to import the master list into Excel. I believe I've recreated a similar example on my system to your problem. Once in Excel I had three sheets: The master list, the list to be removed, and a blank sheet. I wrote a macro to work its way down the master list comparing each cell to all the numbers in the "list to be removed" sheet. If there was no match it would copy the cell to the blank sheet then move down a row and repeat until it reached the end of the master list. The result is a third sheet in Excel (started as the blank sheet) with the original master list minus the "to be removed" numbers. This last sheet can be exported back to a text file type matching the original.
Let me know what you think? If you have Excel and are interested I could send the file over with the macro.
Also, I am sorry for the delay as I was out of town Friday through Saturday.
Thanks again... Wes