A
Ayo
I got this code from "The Access Web" site and I have used it before without
any problems but now I am getting a "User-defined type not defined" error on
line 2. I can't figure out what that means>
1 Private Sub AddVendor_Click()
2 Dim objXL As Excel.Application
3 Dim objWkb As Excel.Workbook
4 Dim objSht As Excel.Worksheet
5 Dim db As Database
6 Dim rs As Recordset
7 Dim intLastCol As Integer
any problems but now I am getting a "User-defined type not defined" error on
line 2. I can't figure out what that means>
1 Private Sub AddVendor_Click()
2 Dim objXL As Excel.Application
3 Dim objWkb As Excel.Workbook
4 Dim objSht As Excel.Worksheet
5 Dim db As Database
6 Dim rs As Recordset
7 Dim intLastCol As Integer