Moderatori: Anthony47, Flash30005
=CODICE.CARATT(65+RESTO(RIF.COLONNA(A1:Z1)-1;$B$4))
Sub Cippa()
Dim myC As Range, I As Long
'
On Error GoTo EXA
Range(Range("B2")).ClearContents
For Each myC In Range(Range("B2").Value)
myC.Value = Chr(65 + I Mod Range("b4"))
I = I + 1
Next myC
EXA:
On Error GoTo 0
End Sub
Sub Popola()
Dim c As Range, interv As String, slct As Range
interv = Range("A2").Value
Set slct = Range(interv)
nLet = Cells(2, 2).Text
tpL = Split(nLet, "-")
a = 0
For Each c In slct
c.Value = tpL(a)
a = a + 1
If a > UBound(tpL) Then a = 0
Next c
End Sub
Torna a Applicazioni Office Windows
Mettere tutto MAIUSCOLO un range di celle Autore: raimea |
Forum: Applicazioni Office Windows Risposte: 7 |
Trasformare celle con formattazioni in html Autore: servicedynergy |
Forum: Applicazioni Office Windows Risposte: 5 |
inserisci valore in celle a seguito di condizione Autore: ucame |
Forum: Applicazioni Office Windows Risposte: 10 |
Codice per popolare celle con condizione Autore: ucame |
Forum: Applicazioni Office Windows Risposte: 3 |
Visitano il forum: Nessuno e 6 ospiti