Cameron has attended:
Access VBA course
Access VBA course
Access Advanced course
Excel VBA Intro Intermediate course
VBA libraryies
What ref libraries should we have ticked for bug free code??
RE: VBA libraryies
Hi Cameron
Thank you for your question
I would suggest that apart from the default libraries you also have the DAO object model selected. In addition, if you wish to interface with other microsoft applications then you have those object models also selected. This will allow you to use a process known as early binding which makes your code much more robust. We cover this on the VBA excel advanced course
Regards
Stephen