Thread
:
Remove a cell's CF by double clicking it
View Single Post
#
2
Posted to microsoft.public.excel.programming
Khuli
external usenet poster
Posts: 5
Remove a cell's CF by double clicking it
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel
As Boolean)
Target.FormatConditions.Delete
End Sub
Reply With Quote
Khuli
View Public Profile
Find all posts by Khuli