
Sub NuovoFornitore()
Foglio13.Rows("29:29").Insert shift:=xlDown
[A29] = [F8]
[B29] = [F12]
[C29] = [F10]
[D29] = [F14]
[F8:F14].ClearContents
[A29] = WorksheetFunction.Proper([A29])
[A28].CurrentRegion.Sort Key1:=[A27], Hearder:=xlYes
End Sub |
Sub NuovoFornitore()
Foglio13.Rows("29:29").Insert shift:=xlDown
[A29] = [F8]
[B29] = [F12]
[C29] = [F10]
[D29] = [F14]
[F8:F14].ClearContents
[A29] = WorksheetFunction.Proper([A29])
[A28].CurrentRegion.Sort Key1:=[A27], order1:=xlAscending, Header:=xlYes
End Sub
|
