R
Richard
I'm trying to get ToggleButton1.Caption = "2" to show as a 1 with a
CIRCLE around it (The 2 is just used as an example). Which is a
wingding. But it will not show up when I copy and paste. Is there a
way to either use a wingding or anything else that might work. Thanks
is advance!!!
Using excel 2010
Private Sub ToggleButton1_Click()
If ToggleButton1 = True Then
ToggleButton1.Caption = "2"
Else
ToggleButton1.Caption = "1"
End If
End Sub
CIRCLE around it (The 2 is just used as an example). Which is a
wingding. But it will not show up when I copy and paste. Is there a
way to either use a wingding or anything else that might work. Thanks
is advance!!!
Using excel 2010
Private Sub ToggleButton1_Click()
If ToggleButton1 = True Then
ToggleButton1.Caption = "2"
Else
ToggleButton1.Caption = "1"
End If
End Sub