Any words that are in black list need to be removed from the main file.
Suppose Blacklist contains these words:
0x000021F0
0x000021F4
0x00002238
0x00002239
0x0000223A
0x00022900
Main file contains these:
0x000021F0
0x000021F1
0x000021F4
0x00002238
0x00002239
The final result should be, in the main file:
0x000021F1
Can anyone help me?
And also if possible, please post the fastest versions incase it's a macro.
Suppose Blacklist contains these words:
0x000021F0
0x000021F4
0x00002238
0x00002239
0x0000223A
0x00022900
Main file contains these:
0x000021F0
0x000021F1
0x000021F4
0x00002238
0x00002239
The final result should be, in the main file:
0x000021F1
Can anyone help me?
And also if possible, please post the fastest versions incase it's a macro.