P
paulrm906
Hello everyone
I have managed to get a VBA to change the name of a sheet for me whic
is now displayed below. The below is thanks to HTH
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Worksheets(" Name = Range("K1").Value
End Sub
But the problem now is after it as changed the name from "Temp 11" t
Range name in cell K1 the above formula now keeps looking for Shee
name "Temp 11" everytime I open the sheet. Could someone please hel
tell how to tell it to ignor if unable to find the sheet name "Tem
11". I am only new at this but I am a very persistant person and pla
on learning as much as I can.
Paul Maynard
Moscow
Russia
I have managed to get a VBA to change the name of a sheet for me whic
is now displayed below. The below is thanks to HTH
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Worksheets(" Name = Range("K1").Value
End Sub
But the problem now is after it as changed the name from "Temp 11" t
Range name in cell K1 the above formula now keeps looking for Shee
name "Temp 11" everytime I open the sheet. Could someone please hel
tell how to tell it to ignor if unable to find the sheet name "Tem
11". I am only new at this but I am a very persistant person and pla
on learning as much as I can.
Paul Maynard
Moscow
Russia