Below you can see a helpful class for regular expressions made for Visual Basic for Applications (VBA). First of all an example of usage: Private Sub doREx() Dim v_RExArray As Variant Dim v_REx As String Dim i as Integer v_REx Read More …
Category: Programming
A C# helper class for database access for various providers
If you need an module that helps you setting up quick access to multiple database providers, you will be very lucky with this code. I recognized it on code4forever.blogspot.com Here is the DBHelper class: /* Copyright Code4Forever 2012. All rights Read More …