I have csv file of n lines formatted as follows:
40600 usec, 3560 usec
1560 usec, 580 usec
260 usec, 580 usec ....etc
For EACH line I need to create TWO lines as follows:
delayMicroseconds(40600);
pulseIR(3560); ...etc
I tried to record a macro to start me off , but I failed to simulate the situation.
Can any one direct me to a link to kickstart this VBA macro
40600 usec, 3560 usec
1560 usec, 580 usec
260 usec, 580 usec ....etc
For EACH line I need to create TWO lines as follows:
delayMicroseconds(40600);
pulseIR(3560); ...etc
I tried to record a macro to start me off , but I failed to simulate the situation.
Can any one direct me to a link to kickstart this VBA macro