I'm trying to write a program which will take in an excel file and then run procedures based on if the the cell has a one or a zero in it. However, the command will not fire immediately, because they will be based on the timing which is also going to be given in a column. (example: row will have going left to right=> time of event, various ones and zeros for that particular channel). i need to read in this information, turn it into the ascii commands and then have it go off when a button is pushed. is this possible?