M
Magoo
Does any one know how to do this using vba.
I would like to have an if statement that is similar to this.
If Range("C8") > Range("C16") Then
ActiveSheet.Shapes("Oval 806").Select
Selection.ShapeRange.Line.Visible = False
End If
This will not work Please help...
Thanks
I would like to have an if statement that is similar to this.
If Range("C8") > Range("C16") Then
ActiveSheet.Shapes("Oval 806").Select
Selection.ShapeRange.Line.Visible = False
End If
This will not work Please help...
Thanks