Coping text cell

Use case or problem

I have two test cells with information. Let’s say I want to combine the information from cell 1 with cell 2. Now I need to do the following:

  1. Copy the contents of cell 1
  2. Paste into cell 2
  3. Delete cell 1

I tried cutting cell 2 entirely and pasting it into cell 1, assuming that the information from cell 2 would be pasted, but this operation is not available.

Proposed solution

Add an operation at the OOP level to insert a cell object into the same object and parse the information it contains, removing the inserted object.

I don’t understand this.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.