G
Guest
Hi
I have columns of characters that I do import from a scientific program.
For example cells A1 to A
In order to further work with the data I want to replace the characters by numbers (A=1; B=2; C=3; D=4)
In my example cells A1 to A4 should now have
I would like to do the task with a vba-macro that selects cells A1-A4 and then replaces the characters by numbers according to the above mentioned correlation (A=1; B=2; C=3; D=4). Does anyone know how to write this vba-macro
Thanks a lo
Michael
I have columns of characters that I do import from a scientific program.
For example cells A1 to A
In order to further work with the data I want to replace the characters by numbers (A=1; B=2; C=3; D=4)
In my example cells A1 to A4 should now have
I would like to do the task with a vba-macro that selects cells A1-A4 and then replaces the characters by numbers according to the above mentioned correlation (A=1; B=2; C=3; D=4). Does anyone know how to write this vba-macro
Thanks a lo
Michael