I am trying to create a macro in which I want to delete and cut some values and then paste that values in next cell.
e.g.
A
----
apple, fruit
After macro execution
A B
---- ---
apple fruit
How could I make such macro for an lengthy list?