I need to develope a keypress event in Excel where a value typed into a cell can be evaluated without pressing enter or tab or anything. I have a loop the evaluates the
len(activecell.value), if 1 it moves to the next cell and sends focus to the worsheet selectionchange_event where I call the worksheet activation event and it starts all over again. The trouble is you have to press enter or tab to give the cell the value how do I get around this?
Thanks
Matt
len(activecell.value), if 1 it moves to the next cell and sends focus to the worsheet selectionchange_event where I call the worksheet activation event and it starts all over again. The trouble is you have to press enter or tab to give the cell the value how do I get around this?
Thanks
Matt