Hi Everyone
I would like to add a text prefix to a number I have created as an integer, as follows:
Dim POnumber As Integer
'
POnumber = Sheets("Register2").Cells(Rows.Count, "A").End(xlUp) + 1
The "POnumber" is to increase by 1 on the search in a table, I then want to add the letters "PO" to the beginning of this new number.
Thank you.
Bookmarks