Hi all,
I m currently working on some data import from text file to excel using excel VBA programming and I m totally new.
Currently I able to convert the text into excel but somehow there's some data not splitting into separate cells.
Please see below example:
The above is an example of excel I obtained after converted from text. But noticed one data in P column A and 1000 does not split. Of course this is just a part of the excel content and an example.
What I need is to search the entire excel sheet to look for those cell with alphabet and numeric and then split the numeric into the next column.
Please see below for the expected result:
Any idea how I can do this?
Thanks
I m currently working on some data import from text file to excel using excel VBA programming and I m totally new.
Currently I able to convert the text into excel but somehow there's some data not splitting into separate cells.
Please see below example:
The above is an example of excel I obtained after converted from text. But noticed one data in P column A and 1000 does not split. Of course this is just a part of the excel content and an example.
What I need is to search the entire excel sheet to look for those cell with alphabet and numeric and then split the numeric into the next column.
Please see below for the expected result:
Any idea how I can do this?
Thanks