Help Please! During both development and (attempts) to run VB apps and VBA apps (excel) I have been getting many errors involving "referenced memory", both on the "read" and "written to" sides. A typical error message will be:
"Application Error-- The instruction at "0x60006599" referenced memory at "0x004035d0". The memory could not be "written". I am given the choice to blow out of VBE or Excel (during development) or the App (if I'm running it) OR I can debug which throws me into visual C++ and a bunch of assembly code. The error from the debugger there is along the lines of "Unhandled exception...(FM20.DLL): 0xC0000005: Access Violation." This memory related error surfaces (I think ONLY) with apps and spreadsheets where I am calling to an outside vendor's API. I'm kind of wondering if this is some wierd attempt on the vendor's part to keep me/others from channeling data to non-paying users. This is absolutely not what I'm up to, nor am i capable. Any thoughts and help would be wildly appreciated. Thx in advance.