Hi,
Having trouble with the following code. I know it'll be something really simple but can i find it...?
Thanks in advance.
Leigh Moore
LJM Analysis Ltd
Having trouble with the following code. I know it'll be something really simple but can i find it...?
Code:
Public Sub SetSpinButtons()
For Each SpinButton In Sheet1
If SpinButton.Enabled = False Then
SpinButton.Enabled = True
End If
Next
End Sub
Thanks in advance.
Leigh Moore
LJM Analysis Ltd