UnderMergeSelectedCells ()
Dunkel tbl som bordlägger
Dunkel rng som spänner
Dunkel lCol som heltal
Dunkel tRow som heltal
Dunkel rCol som heltal
Dunkelt krön som heltal
Dunkelt r som heltal
Fastställd tbl = Selection.Range.Tables (1)
tRow = Selection.Cells (1) .RowIndex
krön = Selection.Cells (Selection.Cells.Count) .RowIndex
lCol = Selection.Cells (1) .ColumnIndex
rCol = Selection.Cells (Selection.Cells.Count) .ColumnIndex
För r = tRow till krön
Fastställd rng = tbl. Cell (r, lCol). Spänna
rng. Avsluta = tbl. Cell (r, rCol). Range.End
rng. Cells.Merge
Nästa r
|