MergeSelectedCells secondaire ()
Faible tbl comme Tableau
Faible rng comme gamme
Faible lCol comme nombre entier
Faible tRow comme nombre entier
Faible rCol comme nombre entier
Faible front comme nombre entier
Faible r comme nombre entier
Placer le tbl = le Selection.Range.Tables (1)
tRow = Selection.Cells (1).RowIndex
front = Selection.Cells (Selection.Cells.Count) .RowIndex
lCol = Selection.Cells (1).ColumnIndex
rCol = Selection.Cells (Selection.Cells.Count) .ColumnIndex
Pour r = tRow au front
Placer le rng = le tbl. Cellule (r, lCol). Gamme
rng. Extrémité = tbl. Cellule (r, rCol). Range.End
rng. Cells.Merge
Prochain r
|