Please, give me an advice.
I have a combobox where I choose a template. below it I have textBoxt to change the name. I don't know how to go on. I can only copy.
thank you for your advice
I have a combobox where I choose a template. below it I have textBoxt to change the name. I don't know how to go on. I can only copy.
thank you for your advice
Code:
Private Sub btn_create_Click()
Sheets(choose_template.Value).Copy After:=Sheets("Content")
rename_template.Text = ""
UserForm_Initialize
End Sub