Code:
Sub CurrentRegion_Property()
Set rngCond = ActiveSheet.cells.SpecialCells(xlCellTypeAllFormatConditions)
If Not rngCond Is Nothing Then
rngCond.BorderAround xlContinuous
End If
End Sub
What should i use variable for rngcond
"Variable not defined"