If values of two sheets match then add new sheet
问题 I have two sheets that have two columns with equal values, I want my script when the two values match create a new sheet with the name of value in a second column of the second sheet adjacent to the value found. The script below stops at the first matching, I wish that the process continues for all possible matches. Public Sub try() Dim lastRow As Long Dim i As Long, j As Long, b As Long, Fente As String, newente As Worksheet With Worksheets("totale") lastRow = .Cells(.Rows.Count, "A").End