Hi there,
I was wondering if someone could help me get this task done. I'm kind of struggling a bit and to be honest I'm still reading books to try and sharpen up my vb skills.
I have a original.csv file and it has the following structure to it...
Test, 1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8,1.9,2.0,2.1,2.2,2.3
Test Name, T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13
Upper, 10,10,20,30,10,10,10,20,30,30,40,50,60
Lower, 0,0,0,0,0,0,0,0,0,0,0,0,0
Unit, v,a,v,v,v,a,a,a,v,a,v,v,v
I want to be able to click a button, run a command window or something to be able to change the Test row to 1,2.3.4.5.6.7.8,9,10,11,12,13.... and so on.
I've found some varying scripts online and my preference is vb but so far I've been unsuccessful.
Any help would be greatly appreciated.
Thanks in advance.
I was wondering if someone could help me get this task done. I'm kind of struggling a bit and to be honest I'm still reading books to try and sharpen up my vb skills.
I have a original.csv file and it has the following structure to it...
Test, 1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8,1.9,2.0,2.1,2.2,2.3
Test Name, T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13
Upper, 10,10,20,30,10,10,10,20,30,30,40,50,60
Lower, 0,0,0,0,0,0,0,0,0,0,0,0,0
Unit, v,a,v,v,v,a,a,a,v,a,v,v,v
I want to be able to click a button, run a command window or something to be able to change the Test row to 1,2.3.4.5.6.7.8,9,10,11,12,13.... and so on.
I've found some varying scripts online and my preference is vb but so far I've been unsuccessful.
Any help would be greatly appreciated.
Thanks in advance.