Sub el runme ()
Amortiguar s como hoja de trabajo
Fijar s = Sheet1
irow = 2
Teléfonos déviles como secuencia, faxS como secuencia, email como secuencia
Hacer mientras que LenB (s.Cells (irow, “A”). Valor) > 0
irow2 = irow
teléfonos = vbNullString
faxS = vbNullString
email = vbNullString
Hacer mientras que LenB (s.Cells (irow, “A”). Valor) > 0
Si LenB (s.Cells (irow, “B”). Valor) > 0 entonces
teléfonos = s.Cells (irow, “B”). Valor
Terminar si
Si LenB (s.Cells (irow, “C”). Valor) > 0 entonces
faxS = s.Cells (irow, “C”). Valor
Terminar si
Si LenB (s.Cells (irow, “D”). Valor) > 0 entonces
email = s.Cells (irow, “D”). Valor
Terminar si
irow = irow + 1
Lazo
irow = irow2
Hacer mientras que LenB (s.Cells (irow, “A”). Valor) > 0
s.Cells (irow, “B”). Valor = teléfonos
s.Cells (irow, “C”). Valor = faxS
s.Cells (irow, “D”). Valor = email
irow = irow + 1
Lazo
Hacer mientras que LenB (Trim$ (s.Cells (irow, “A”). Valor)) = 0 e irow < s="">
|