Hello,
I am a new member of MrExcel. I am trying to find a way, using macro, to copy certain part of text in a source cell to another destination cell and then delete the copied part from the original cell but leaving the rest of text in the source cell unmodified.
In cell A1 I have content like this;
QTO-B1C0524,QTO-B1C0424,QTO-B1C0224,QCO-U200264,JDO-U019300,CDO-C007768,
By using an InputBox I would like to choose what part to copy from cell A1 like QTO-. This shall copy all text strings beginning with QTO- up to the comma. which is the separator.
In cell B1 I would like to paste copied parts from cell A1 like "QTO-B1C0524,QTO-B1C0424,QTO-B1C0224,
Cell A1 shall then be like QCO-U200264,JDO-U019300,CDO-C007768.
I am grateful for any help.
Kind regards
Ingemar
I am a new member of MrExcel. I am trying to find a way, using macro, to copy certain part of text in a source cell to another destination cell and then delete the copied part from the original cell but leaving the rest of text in the source cell unmodified.
In cell A1 I have content like this;
QTO-B1C0524,QTO-B1C0424,QTO-B1C0224,QCO-U200264,JDO-U019300,CDO-C007768,
By using an InputBox I would like to choose what part to copy from cell A1 like QTO-. This shall copy all text strings beginning with QTO- up to the comma. which is the separator.
In cell B1 I would like to paste copied parts from cell A1 like "QTO-B1C0524,QTO-B1C0424,QTO-B1C0224,
Cell A1 shall then be like QCO-U200264,JDO-U019300,CDO-C007768.
I am grateful for any help.
Kind regards
Ingemar