Hello, I have a following sample excelsheet data:
voucherid voucherno transdate account debit credit
I 0000000025 26-04-2013 ABCD ENTERPRIZES 0.00 50,000.00
I 0000000025 26-04-2013 ABCD BANK 50,000.00 0.00
I CAS0000002 23-05-2013 SIMPLE ENGINEERING SOLUTIONS 0.00 1,519.00
I CAS0000002...
Hi,
Please help me i am getting error on using below Vb code from excel:
Dim recPayment As New Recordset '************ Fields declar for read excel file
'************* Connection to the excel file *************
connString = "DRIVER=Microsoft Excel Driver (*.xls);" &...