Code Macro
Code Macro
Sub InputData_AutoFindBatch()
Dim srcSheet As Worksheet, dstSheet As Worksheet
Dim batchID As String
Dim foundCell As Range
Dim rowDst As Long
rowDst = foundCell.Row
MsgBox "Data successfully entered for batch " & batchID, vbInformation
End Sub