MergeSelectedCells secundário ()
Tbl não ofuscante como a tabela
Rng não ofuscante como a escala
lCol não ofuscante como o inteiro
tRow não ofuscante como o inteiro
rCol não ofuscante como o inteiro
Testa não ofuscante como o inteiro
R não ofuscante como o inteiro
Ajustar o tbl = o Selection.Range.Tables (1)
tRow = Selection.Cells (1) .RowIndex
testa = Selection.Cells (Selection.Cells.Count) .RowIndex
lCol = Selection.Cells (1) .ColumnIndex
rCol = Selection.Cells (Selection.Cells.Count) .ColumnIndex
Para r = tRow à testa
Ajustar o rng = o tbl. Pilha (r, lCol). Escala
rng. Extremidade = tbl. Pilha (r, rCol). Range.End
rng. Cells.Merge
R seguinte
|