Moderatori: Anthony47, Flash30005
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Selection.Column = 2 And Selection.Count = Rows.Count Then
MsgBox ("ciao")
End If
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Selection.Column = 2 Then
MsgBox ("ciao")
End If
End Sub
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
'Colonna Richiesta d'offerta
If ActiveCell.Column = 1 Then
ActiveCell.Offset(-1, 0).Range("A1").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
"C:\Archivio" & "RDO" & ActiveCell.Value & ".pdf", TextToDisplay:= _
ActiveCell.Text
Exit Sub
End If
'Colonna Offerta
If ActiveCell.Column = 2 Then
ActiveCell.Offset(-1, 0).Range("A1").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= _
"C:\Archivio" & "OFF" & ActiveCell.Value & ".pdf", TextToDisplay:= _
ActiveCell.Text
Exit Sub
End If
' e così le altre colonne
End Sub
If Target.Column=1 then 'per sondare se il change e' avvenuto in colonna A
Target.Offset(0,1).Value="XYZ 'per mettere XYZ in colonna B accanto alla cella cambiata
Torna a Applicazioni Office Windows
Macro per aprire file salvato su sharepoint Onedrive Autore: marcopont |
Forum: Applicazioni Office Windows Risposte: 1 |
Software per sapere quando è stata scattata una foto Autore: nippon |
Forum: Software Windows Risposte: 10 |
Errore durante la riduzione a icona delle finestre durante l Autore: johnhartman |
Forum: Software Windows Risposte: 1 |
Codice per popolare celle con condizione Autore: ucame |
Forum: Applicazioni Office Windows Risposte: 3 |
Visitano il forum: Nessuno e 7 ospiti