matrixknow
IS-IT--Management
- May 3, 2007
- 78
It is easy to concatenate the values of two columns in a new column. However can I do this in my code without touching the sheet.
Argument tree is the first_col and it should be the concatenation of two columns (1 + 4)
Call Get_Duplicates(duplicates, 1, 1, last_row)
Sub Get_Duplicates(ByRef duplicates() As String, first_row As Long, first_col As Long, last_row As Long)
Argument tree is the first_col and it should be the concatenation of two columns (1 + 4)
Call Get_Duplicates(duplicates, 1, 1, last_row)
Sub Get_Duplicates(ByRef duplicates() As String, first_row As Long, first_col As Long, last_row As Long)