Ver Mensaje Individual
  #2  
Antiguo 24-04-2008
Avatar de ContraVeneno
ContraVeneno ContraVeneno is offline
Miembro
 
Registrado: may 2005
Ubicación: Torreón, México
Posts: 4.740
Reputación: 26
ContraVeneno Va por buen camino
Código Delphi [-]

Libro.Cells[1,1]:=UnDataset.FieldByName('NombreDeUnCampo').AsString;
Libro.Range['A1', 'E'+inttostr(UnNumero)].Merge;
Libro.Range['A1', 'E'+inttostr(UnNumero)].Borders[xlBottom].weight := -4138;
Libro.Range['A'+inttostr(i+1), 'E'+inttostr(i+1)].Merge;
Libro.Range['A1', 'E'+inttostr(UnNumero)].Borders[xlTop].weight := -4138;
__________________

Responder Con Cita