I tried o implement your code in VBA. Unfortunately it doesnt accept buffer the way you have defined it. I get a compile error. I could only write
For example :
a = davePut32(buffer, Cells(10, 1))
res2 = daveWriteBytes(dc, daveDB, dbnum, 2, 4,
buffer).
. I would be grateful if you could show...