Sorry, I cannot help further on that one.
I know no simple all encompassing answwer to why Excel Keeps crashing...: )
I never had a crash as a result of anything to do with the clipboard ( as far as i know ) . Codes often crash if I run after correcting them. Usually running once after a correction in Debug F8 Mode cures that.
http://www.mrexcel.com/forum/general...l-crashes.html
I sometimes also find my VBA crashes if I try to do too much too quick. Possibly a case of VBA running ahead of itself ant tripping over if something is not quite finished internally yet. Maybe add a few message boxes or wait statements like
Application.Wait(Now + TimeValue("0:00:03"))
' Wait 3 seconds
To slow things down a bit
But crashes are a pain in the bum, especially when you are dealing with big things...I sympathise.
Try to reduce stuff bit by bit, to narrow down where the problem is coming...
( And no one can really help too much if you do not give more detail as Norie said in Post # 2 )
I hit an unanswerable brick wall crash myself.. Excel always crashed when I opened a very large File with code. It never crashed when I opened it manually.
http://www.excelforum.com/excel-prog...orm-issue.html
I reduced and reduced my Files until the Excel never crashed.....I found a possible culprit, and workaround:-
The workaround was to delete a UserForm, but as I was thinking of wanting one at the time, that was not too helpful... Lol...
Alan
Bookmarks