hi there, can someone pls help. I'm trying to add found cell address to a formula but can't get it to work
my code so far
Dim LL
l = Application.Match("Delivery", Range("1:1"), 0)
If IsError(l) Then
On Error Resume Next
End If
Columns(l).Select
LL = Cells(2, ActiveCell.Column)
'LL =...