I have 2 seperate worksheets and i need to compare 2 ranges of single columns. and then out put the data onto a new work book. I will need to make it so that if any of the 2 Cells match then it is not visible. But if there is a cell that is not matching a cell in the other book/sheet then it is visible in the new sheet
for example---off the top of my head
Workbook.Book1.Worksheet.Sheet 1.Range A1:A5000.Value = Workbook.Book2.Worksheet.Sheet 1.Range A1:A5000.Value = False
Then
Output.Workbook.Book3.Worksheet.Sheet 1.Range A1:A5000.Value
for example---off the top of my head
Workbook.Book1.Worksheet.Sheet 1.Range A1:A5000.Value = Workbook.Book2.Worksheet.Sheet 1.Range A1:A5000.Value = False
Then
Output.Workbook.Book3.Worksheet.Sheet 1.Range A1:A5000.Value