VorMergeSelectedCells ()
Schwaches tbl als Tabelle
Schwaches rng als Strecke
Schwaches lCol als ganze Zahl
Schwaches tRow als ganze Zahl
Schwaches rCol als ganze Zahl
Schwache Braue als ganze Zahl
Schwaches r als ganze Zahl
Tbl = Selection.Range.Tables einstellen (1)
tRow = Selection.Cells (1).RowIndex
Braue = Selection.Cells (Selection.Cells.Count) .RowIndex
lCol = Selection.Cells (1).ColumnIndex
rCol = Selection.Cells (Selection.Cells.Count) .ColumnIndex
Für r = tRow zur Braue
Rng = tbl einstellen. Zelle (r, lCol). Strecke
rng. Ende = tbl. Zelle (r, rCol). Range.End
rng. Cells.Merge
Folgendes r
|