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


Ricerca


Ultimi Contenuti Inseriti

C# ASP.NET
...

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

SQL Server
...

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

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

Sponsor