E
Ed Davis
I am using the following in a button macro.
Sub Button1_Click()
ActiveWorkbook.Worksheets.Add.Name = Range("B10").Value
End Sub
I would now like to copy the whole tab from the original sheet to the new
tab created with the above macro.
Can anyone help me to do this.
Thanks in advance
Ed Davis
Sub Button1_Click()
ActiveWorkbook.Worksheets.Add.Name = Range("B10").Value
End Sub
I would now like to copy the whole tab from the original sheet to the new
tab created with the above macro.
Can anyone help me to do this.
Thanks in advance
Ed Davis