Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Condizionare la comparsa del CheckBox creato dinamicamente

14 views
Skip to first unread message

RE.MOTO

unread,
May 9, 2022, 1:13:44 PM5/9/22
to
Buonasera. Con questa porzione di codice, grazie ad un ciclo FOR EACH, genero al "volo" in ogni cella un checkbox che si aggiunge a tre radiobutton. Però vorrei ottenere che il checkbox compaia solo se è selezionato il primo radiobutton che da come risultato 1. Che soluzione suggerireste?
Ringrazio in anticipo chiunque vuole fornirmi una soluzione.

If Cells(Row, 7) = 1 Then
With ActiveSheet.CheckBoxes.Add(rCell.Left + 110, rCell.Top + 5, 200, 10)
.Caption = "data svincolata (s.i.m.)"
.LinkedCell = "$H$" & rCell.Row
End With
End If


RE.MOTO
0 new messages