morning i currently use the code below, but i also want to include 'invoice-" & the text in "G1"
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Set Target = Range("a10")
If Target = "" Then Exit Sub
On Error GoTo Badname
ActiveSheet.Name = "Invoice WC"...