Hi,
I have written following VBA code in excel which i need to write in access.
Sub Macro3()
i = 2
Do While (Cells(i, 1) <> "")
If (Cells(i, 1) = "CONU_TEMP.xls" And Cells(i + 1, 1) = "CONU_EIM.xls") Then
Range("b" & i).Select
Range(Selection, Selection.End(xlToRight)).Select...