by Zizi64 » Thu Jan 30, 2020 4:16 pm
You can not copy data by a formula. You can only reference a cell content by a formula.
For example in M1 cell:
- Code: Select all Expand viewCollapse view
=B1
You need some macro for copying data from cells to cells.
You can record this macro, but it is better to write your macros.
And you can launch the macro by an object event (clinking on a menu item, or on an another control object), or you can create listeners to listen the changing a cell content, and then launching the macro.
Tibor Kovacs, Hungary; LO6.1.6, 6.2.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-6.4.5;AOO4.1.7
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.