Viewing 2 posts - 1 through 3 (of 3 total)
I figured it out. I had to add
SET NOCOUNT ON
October 7, 2008 at 12:06 pm
#881872
Here is the vb execution code:
Option Explicit
Private rc As Variant
Private Sub cmdRun_Click()
Dim PrintPostDate As Date
Dim cAppSettings As clsAppSettings
Dim strServer As String
...
October 7, 2008 at 11:07 am
#881828