Codice VBA excel per gestire eventi onChange su celle

Codice VBA excel per gestire eventi onChange su celle
Viene scatenata su un onChange di una qualsiasi cella del Worksheet, come illustrato è successivamente possibile intercettare la cella modificata.


' Funzione che viene scatenata su un onChange di una qualsiasi cella del Worksheet
' Inserire in VBA del foglio su cui impostare.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$E$22" Then ' ONCHANGE INVESTIMENTO
MsgBox "Il nuovo valore della cella è " & Target.Value
End If
End Sub


Tags: vba macro excel onchange su valore cella

I want to drink a coffee :-)


Sponsored Links


Ricerca


Ultimi Contenuti Inseriti

How to add onload property to masterpage from child
HtmlGenericControl body = (HtmlGeneric...

C# ASP.NET
...

Transpose Column to row
create table #temp (timeId int, dim1Id int, dim2I...

SQL Server
...

(X) HTML
Suggerimenti ed esempi riguardanti il linguaggio H...

Sponsor