Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/10/2006, 09:46
Avatar de abrahamvj
abrahamvj
 
Fecha de Ingreso: julio-2006
Ubicación: Lima, Peru
Mensajes: 708
Antigüedad: 17 años, 9 meses
Puntos: 18
Si mal no entendi:

Sub crash()
Dim var1 As Long, var2 As Long
var1 = Cells(1, 1).Value
var2 = Cells(1, 2).Value
Cells(1, 3).Value = " " & var1 & "-" & var2
End Sub


Abraham