=> Visual Basic Editor
1. Primul exemplu
Sub Auto_Open()
MsgBox "Bine ai venit !!!"
End Sub
2. Exemplul numarul 2
Range(" A1").Value = 154
Range(" A2").Value = 245
Range(" A3").Value = 336
Range(" A4").Formula = "=A1+A2+A3"
Range(" A1").Select
3. Exemplul trei - cum faci un buton verde
urmariti linkul de mai jos: