Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/03/2011, 06:39
Avatar de Perr0
Perr0
 
Fecha de Ingreso: mayo-2005
Ubicación: Santiago de Chile, Chile
Mensajes: 676
Antigüedad: 19 años
Puntos: 79
Respuesta: Como aumentar filas en una Lista

si quieres reproducir formulas y otros contenidos de manera automatica, tendrás que usar macros.

algo asi en la hoja

Código vb:
Ver original
  1. Private Sub Worksheet_SelectionChange(ByVal Target As Range)
  2. c = ActiveCell.Row
  3. f = ActiveCell.Column
  4. If f = 1 Then
  5.     If Cells(c, 2) = "" And c <> 1 Then
  6.     Cells(c, 2).Interior.ColorIndex = 6
  7.     Cells(c, 2).Interior.Pattern = xlSolid
  8.     Cells(c, 3).Interior.ColorIndex = 6
  9.     Cells(c, 3).Interior.Pattern = xlSolid
  10.     Cells(c, 1) = "Fila: " & c
  11.     Cells(c, 4) = "=SUM(RC[-2]:RC[-1])"
  12.     End If
  13. End If
  14. End Sub

si quieres te envio un ejemplo

salu2
__________________
Numerador Mp3 en Access =)
http://www.mediafire.com/download/r9...pdw/mp3(2).zip