I'm getting this problem "OUT OF MEMORY", when I run my vba.
My vba basically takes various things from a online csv which grabs time, year, # of ad clicks, weather, and, it takes it from there and pastes it into my document every 5 seconds or so.
So I have an up-to-date dashboard of everything I need.
... But if I run my data updating VBA too long, it goes 'out of memory' (see image below).
So I have 2 questions, the first is the KEY question:
1) Is there a VBA by which I can periodically clear my 'cache' so that it does NOT run out of memory?
2) I find all ERROR WARNINGS in excel annoying because they shut down my document from updating without me having to press 'ok'. Is there a VBA to shut them ALL OFF?!
Thanks!
My vba basically takes various things from a online csv which grabs time, year, # of ad clicks, weather, and, it takes it from there and pastes it into my document every 5 seconds or so.
So I have an up-to-date dashboard of everything I need.
... But if I run my data updating VBA too long, it goes 'out of memory' (see image below).
So I have 2 questions, the first is the KEY question:
1) Is there a VBA by which I can periodically clear my 'cache' so that it does NOT run out of memory?
2) I find all ERROR WARNINGS in excel annoying because they shut down my document from updating without me having to press 'ok'. Is there a VBA to shut them ALL OFF?!
Thanks!