Ciao a tutti ora sto più attenta
Vorrei fare uno schedario con Excel :
un foglio per ogni cliente e poterlo aprire da una rubrica o da un indice
Se è possibile mi potete aiutare
Grazie molte
Laura
Moderatori: Anthony47, Flash30005
Sub NuovaSk()
Sheets("Modello").Select
ActiveSheet.Copy After:=Sheets(Sheets.Count)
ActiveSheet.Name = "Nome" & Sheets.Count + 1
End Sub
Sub AggListaSk()
Sheets("Indice").Select
Range("A2:D500").Select
Selection.ClearContents
Range("A2").Select
For I = 2 To Sheets.Count
ActiveCell.Value = Sheets(I).Range("B1").Value
Selection.Offset(0, 1).Select
'ActiveCell.Value = Sheets(I).Range("D1").Value
'Selection.Offset(0, 1).Select
ActiveCell.Value = Sheets(I).Range("D1").Value
Selection.Offset(0, 1).Select
ActiveCell.Value = Sheets(I).Name
Selection.Offset(1, -2).Select
Next I
Columns("A:C").Select
Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("B2") _
, Order2:=xlAscending, Key3:=Range("C2"), Order3:=xlAscending, Header:= _
xlYes, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal, DataOption2:=xlSortNormal, DataOption3:= _
xlSortNormal
Range("A2").Select
End Sub
Sub Apri()
Sheets(Cells(ActiveCell.Row, 3).Value).Select
End Sub
Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("B2") _
, Order2:=xlAscending, Key3:=Range("C2"), Order3:=xlAscending, Header:= _
xlYes, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal, DataOption2:=xlSortNormal, DataOption3:= _
xlSortNormal
Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Key2:=Range("B2") _
, Order2:=xlAscending, Key3:=Range("C2"), Order3:=xlAscending, Header:= _
xlYes
Torna a Applicazioni Office Windows
[ACCESS] Maschera Schedario Anagrafiche con SCHEDE Autore: Wre$ |
Forum: Applicazioni Office Windows Risposte: 2 |
[Excel] schedario pazienti odontoiatrici per onlus Autore: gisi |
Forum: Applicazioni Office Windows Risposte: 62 |
Visitano il forum: Nessuno e 53 ospiti