AlohaJulio
Board Regular
- Joined
- Feb 10, 2004
- Messages
- 188
I want to be able to use this frequently, but not all the time. So, what can I do differently to make this a macro?
The code I'm refering to is:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Target.Address = "$A$1" Then Sh.Name = Target
End Sub
AJ
The code I'm refering to is:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Target.Address = "$A$1" Then Sh.Name = Target
End Sub
AJ