In my Application,I need to split the cell value in such a way that the each splitted values is stored as different record...
for ex-If the value in the cell A1 is (20,43,15) then it should be stored in the Database(Ms Aceess 2003) as
Record 1 :20
Record 1 :43
Record 1 :15
How to write a function in vba so as to split the cell value without using the built in option "Text to column".
Can any one Plz help me to do this...
for ex-If the value in the cell A1 is (20,43,15) then it should be stored in the Database(Ms Aceess 2003) as
Record 1 :20
Record 1 :43
Record 1 :15
How to write a function in vba so as to split the cell value without using the built in option "Text to column".
Can any one Plz help me to do this...
Comment