Hi all, I have a question
Here is the code to add a new sheet having the name of a textbox.value from a userform
Sheets.Add After:=Sheets(Sheets.Count)
Sheets.Add.Name = textbox.value
I would like to know why when the code is activated, the macro creates 2 sheets, the 1st rename with the...