Ajout bouton CommandButton
Bonjour à tous,
Après avoir déclarer la variable efface
Code:
Dim efface As CommandButton
et tempcell
Code:
Dim rcell, ccell, tempcell
la ligne suivante pose probleme lors de la compilation !
Code:
Set efface = Sheets("Nom Onglet").CommandButtons.Add(tempcell.Left + tempcell.Width, tempcell.Top, tempcell.Width, tempcell.Height)
alors que celle-ci non !!
Code:
Set bouton = Sheets("Nom Onglet").CheckBoxes.Add(tempcell.Left + tempcell.Width, tempcell.Top, tempcell.Width, tempcell.Height)
Merci de votre aide