this code increment serial number by checking database sheet, how to add letter at the end of the serial number. I want specific letter with serial number. eg. 000001R, 000002R and so on. any help will be appreciated.
VBA Code:
Sheets("QUOT").Range("B10").Value = Format$((Right$(cellqd, 6) + 1))