A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Code doesn't behave randomly, instead it has the irritating habit of doing precisely what you tell it to to even if that wasn't what you meant it to do. Post your code and a sample of the data it is working on. Include the result you expect from that code.
If this post answers your question, please mark it as the Answer.
Mike H
Yes it does, and I can prove it.
I'm in the middle of a corporate migration from XP/2003 to 8.1/2013 and have worked for weeks on "upgrading" something that has been a staple of my user's business for years. A trading position monitor that updates every minute, integrating user-entered data with database and live data from Bloomberg and Reuters.
If you edit an email in Outlook while the monitor is doing its final data compilation, it fails to complete, every single time. If you leave it activated with focus it will complete every single time. With the VBA unlocked, I can flip back to XL and press escape and it will break out into the code at in step mode. I haven't had enough time to test this to see if the location is consistent, from watching the status updates I very much doubt it is. This is software that has run all day, every day, for many years and now, after this "upgrade" it poses a real risk to the business.
I haven't even talked about the herculean struggle to get these new systems with 4 times as much memory to perform with nearly the speed and stability they have in XP/2003. That struggle has prevented me from having the time to determine whether the code is stalling on the same line, even though I'm nearly certain that it is not.