Basically, I am using:
To name my worksheet where:
In this instance the worksheet does not update this name when I update D5 in the other worksheet as C2 is a formula. Does anyone know of a fix for this?
Cheers
Jeester
Code:
[COLOR=#000000][FONT=Courier New]Private Sub Worksheet_Change(ByVal Target As Range)ActiveSheet.Name = Range("C2").ValueEnd Sub[/FONT][/COLOR]
To name my worksheet where:
Code:
C2='List of Students'!D5
In this instance the worksheet does not update this name when I update D5 in the other worksheet as C2 is a formula. Does anyone know of a fix for this?
Cheers
Jeester