Hi everyone
I need to add a text 'P-' to the cell text in column F based on the value of column M. If column M's cell value is 'Test', then 'P-' have to add to the text in column F e.g. P-XYZ123
I have setup code as below, however it doesn't work:
Dim Lst As Long, r As Long
Lst = Range("A" &...