Creating a light-weight Auditing function for Access databases is a 4 step process. The Subs and Procedures in these two code modules do all the work of setting it up. Customization is available to ...
I can't believe how difficult this seemingly simple task has turned out to be. I need to be able to get a date value stored in an Excel spreadsheet (say, C Temp\file.xls) in cell B28, and put that ...
Modules are just bags of code, intended to be shared between more than one worksheet or object. You can't explicitly place modules into the Objects folder; code that lives there is actually contained ...