Hi All,
I have a quick request. I have some data in a cell B2 such as Feeder5846. What I would like to do is a put 2 spaces between the letters and numbers so that it is like Feeder 5846.
Currently, I have a formula to do this like =LEFT(B2,6)&" "&RIGHT(B2,LEN(B2)-6)
I would like to do this using VBA such as...
For each cell in selection
Cell.value = "VBA command goes here"
Next
This is not so much out neccesity - I want know how to do this. I searched for it on the web but did not find anything.
Any help would be great.
Thanks,
Bablu
I have a quick request. I have some data in a cell B2 such as Feeder5846. What I would like to do is a put 2 spaces between the letters and numbers so that it is like Feeder 5846.
Currently, I have a formula to do this like =LEFT(B2,6)&" "&RIGHT(B2,LEN(B2)-6)
I would like to do this using VBA such as...
For each cell in selection
Cell.value = "VBA command goes here"
Next
This is not so much out neccesity - I want know how to do this. I searched for it on the web but did not find anything.
Any help would be great.
Thanks,
Bablu