Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]()
Perfect. Works flawlessly. Thanks much, Gord.
Joseph "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Joseph Try this variation. Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Not Intersect(Target, Me.Range("A1:A100")) Is Nothing Then With Target If Target.Value = "" Then Target.Value = "X" Else: Target.Value = "" End If End With End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External data Macro Problem Excel 97 | Excel Discussion (Misc queries) | |||
Macro does not run when data refreshed | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
I need a macro to find cut and paste data to new cell | Excel Discussion (Misc queries) | |||
Daily Macro to Download Data, Order and paste in order | Excel Worksheet Functions |