greenbambootea
IS-IT--Management
I am working on a small project. some realtime data is coming into one of the Excel worksheet and I am using a VBA code to process it. Since the realtime data keeps coming, I keep my code running all the time. However, the problem is that if I do so, the automatic data updating for the realtime data stops. right after I stop my macro. They begin to update again. It seems to me that EXCEL is 100% doing my code and do not want to do anything else even I use DoEvents in my code after every loop. please help!!