Good Morning,
I have the below code
Sub firstandlast()
Dim FCol As Integer
Dim lCol As Integer
FCol = ActiveSheet.Rows(1).Find(What = "Store Number (Location)", LookAt:=xlWhole, SearchDirection:=xlNext, MatchCase:=False).Column
lCol = ActiveSheet.Rows(1).Find(What = "Store Number"...