Differences in Error Handling between VBA and OOo Basic
I have been looking at the difference in how OOo Basic (OOB) and VBA handle errors. I started from the basis of a whitepaper that I wrote (see Error Handling…
I have been looking at the difference in how OOo Basic (OOB) and VBA handle errors. I started from the basis of a whitepaper that I wrote (see Error Handling…
Do you hate those pesky people that send you 7Mbyte unzipped attachments This is a little demo of the power of VBA/COM integration. At work we suffer from these bizarre…
Strategy for Handling Errors I lay out a set of guidelines in this section is that I strongly recommend that you follow if you are developing VBscripts. Rule 0. You…
Interpreting the Error Code and Description Let’s look in a bit more detail at how the interpreter within the VBscript engine handles errors and how they are recorded in Err.…
Introduction Over the last few months I have been sponsoring the development of a new Best Practice for the use of scripting for the automation of system administration. However in…