Looking for some VBA code to help with the following need. Rows in column G contains a five digit number. Rows in column H contains a combination of text and numbers. Combinations in column H always ends with “-XXXXX”. I need to append the five digit number in column G such that the five digit number replaces the “XXXXX” in column H. Additionally, if the cell is blank in Column G then do nothing to the corresponding row contents of column H. Can you help?