Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Why wouldn't this macro work when I copy it to the module? Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$j$2" Then On Error Resume Next Application.EnableEvents = False Me.Name = Target.Value Application.EnableEvents = True End If End Sub Rune -- mowen ------------------------------------------------------------------------ mowen's Profile: http://www.excelforum.com/member.php...fo&userid=8463 View this thread: http://www.excelforum.com/showthread...hreadid=466759 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running a macro for each item in an Autofilter list | Excel Discussion (Misc queries) | |||
How to CANCEL file SAVE PROMPT when MACRO is running? | Excel Discussion (Misc queries) | |||
Prevent A Macro From Running If SpreadSheet is Filtered | Excel Worksheet Functions | |||
How to stop getting the file save box when running a macro | Excel Discussion (Misc queries) | |||
Shadows of the Pivottable Field List while macro is running | Excel Worksheet Functions |