Codice VBA excel per gestire eventi onClick su celle

Codice VBA excel per gestire eventi onClick su celle:


' onclick su cella excel!
' Inserire in VBA del foglio su cui impostare.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
  If Target.Address = "$G$3" Then
    MsgBox "Hai cliccato " & Target.Address
  End If
End Sub


Tags: vba macro excel onclick su cella excel

I want to drink a coffee :-)


Sponsored Links

voglio un Sito Web come questo - I want a Web Site like this

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

google logo
Google Search di LifeInRete.it


Inserisci nel tuo sito il modulo di ricerca Google di LifeInRete.it! Copia il seguente modulo: