Hi Forum,
Everytime I run my code I get a Run-time error 424, I believe something is wrong with the variable cl.Row, but I can't fix it. Can anyone help. Thanks in advance. Please code below.
Sub M_snb()
Sheets("Template").Copy , Sheets(Sheets.Count)
Sheets(Sheets.Count).Name = "Result"...