Good afternoon Guys,
I'm really bad at vba. And I'm trying to understand the best way to do this procedure. Maybe you can help me.
I have a Workflow and every line has a LegId. This id is Case Sensitive (since there are equals IDs and the case sensitive is the only difference.
This LegId is on Collum C on the main sheet "TripReport".
what i have to look for: is the LEGID&cell "Z1"&cell "Z2" on "TripReport" ( ex: a0l0X000010BUchHandlingDeparture )
and search it on sheet "Services", collum C and retrieve the cell value on the collum N and copy to sheet "setup" cell "e45"
I try using formulas vlookup and index but doesn't work on case sensitive. I was hoping someone could help me.
Thanks
I'm really bad at vba. And I'm trying to understand the best way to do this procedure. Maybe you can help me.
I have a Workflow and every line has a LegId. This id is Case Sensitive (since there are equals IDs and the case sensitive is the only difference.
This LegId is on Collum C on the main sheet "TripReport".
what i have to look for: is the LEGID&cell "Z1"&cell "Z2" on "TripReport" ( ex: a0l0X000010BUchHandlingDeparture )
and search it on sheet "Services", collum C and retrieve the cell value on the collum N and copy to sheet "setup" cell "e45"
I try using formulas vlookup and index but doesn't work on case sensitive. I was hoping someone could help me.
Thanks