H
Heera
Hi,
Here is the code.
I am finding a date in the active sheet which should match with the
date which is there in the other workbook.
I cannot delare it as variable because there are many dates and this
loop is a part of another loop.
Do Until Selection.Value = Workbooks("Hiring Plan").Sheets("C
LLC").ActiveCell.Value
Selection.Offset(0, 1).Select
Loop
Please help.
Regards
Heera
Here is the code.
I am finding a date in the active sheet which should match with the
date which is there in the other workbook.
I cannot delare it as variable because there are many dates and this
loop is a part of another loop.
Do Until Selection.Value = Workbooks("Hiring Plan").Sheets("C
LLC").ActiveCell.Value
Selection.Offset(0, 1).Select
Loop
Please help.
Regards
Heera