Hi All, I am using the following code, but unfortunately it is not giving the result I want:
Dim model As String, Purpose As String, Replaced As String
model = Sheets("General Data").Range("B9").Value
Purpose = Sheets("General Data").Range("D5").Value
Replaced = Sheets("General...