Andrew1234
New Member
- Joined
- Feb 1, 2023
- Messages
- 29
- Office Version
- 2013
- Platform
- Windows
Hi, I have been heavily researching on how to split information in one cell and have it put into columns using vba.
Any codes I found online either needed me to run the macro every time or they didn't work. I would like it to run every time data is added on this particular sheet.
I have a very basic understanding of vba and simply do not know how to write the coding.
Here are some images showing what I want to achieve.
from these images you can see that I need to split information from column A across columns B - H.
I would like the information to be split straight away as soon as the information comes into column A. I hope this can be done.
Just to make you aware, I also have a simple code for this worksheet that simply move on to the next cell automatically after the information is scanned in using the barcode scanner.
Here is an image of the code used for moving to the next cell.
If someone could help me with this issue it would be much appreciated.
Many thanks for your help in advance!
Any codes I found online either needed me to run the macro every time or they didn't work. I would like it to run every time data is added on this particular sheet.
I have a very basic understanding of vba and simply do not know how to write the coding.
Here are some images showing what I want to achieve.
from these images you can see that I need to split information from column A across columns B - H.
I would like the information to be split straight away as soon as the information comes into column A. I hope this can be done.
Just to make you aware, I also have a simple code for this worksheet that simply move on to the next cell automatically after the information is scanned in using the barcode scanner.
Here is an image of the code used for moving to the next cell.
If someone could help me with this issue it would be much appreciated.
Many thanks for your help in advance!