mathanraj76
Member
- Joined
- Feb 4, 2013
- Messages
- 6
- Programming Experience
- Beginner
Hi..
How i want to split and sort number and alphabets in vb.net and save into excel file in vb.net
for an example i have data in excel file :
1A
2 A
3 C
88 C
30 E
100 F
100 B
100 A
45 G
AND I want it the output in excel file by split number and alphabets
1 A
2 A
3 C
30 E
45 G
100 A
100 B
100 F
I have attache sample files
Thanks
Mraj
How i want to split and sort number and alphabets in vb.net and save into excel file in vb.net
for an example i have data in excel file :
1A
2 A
3 C
88 C
30 E
100 F
100 B
100 A
45 G
AND I want it the output in excel file by split number and alphabets
1 A
2 A
3 C
30 E
45 G
100 A
100 B
100 F
I have attache sample files
Thanks
Mraj