MergeSelectedCells secundario ()
Tbl dévil como tabla
Rng dévil como gama
lCol dévil como número entero
tRow dévil como número entero
rCol dévil como número entero
Frente dévil como número entero
R dévil como número entero
Fijar el tbl = Selection.Range.Tables (1)
tRow = Selection.Cells (1).RowIndex
frente = Selection.Cells (Selection.Cells.Count) .RowIndex
lCol = Selection.Cells (1).ColumnIndex
rCol = Selection.Cells (Selection.Cells.Count) .ColumnIndex
Para r = tRow a la frente
Fijar el rng = el tbl. Célula (r, lCol). Gama
rng. Extremo = tbl. Célula (r, rCol). Range.End
rng. Cells.Merge
R siguiente
|