Hi Experts,
I recorded a macro to clear all active option buttons from my worksheet, but I was wondering if someone could help me do this in a couple of lines:
ActiveSheet.Shapes.Range(Array("Option Button 53")).Select
With Selection
.Value = xlOff
.LinkedCell = "$XFC$8"...