Problem with powerpoint range

E

excalibur

I'm trying to fill a powerpoint datasheet from an array that's been
filled with data from a database but get a 'Type Mismatch' error

The line I'm using is
oGraph.Application.datasheet.Range("A0:D5").Value=dataArry
dataArry is an array of Objects

I'm guessing it's something quite simple I just don't know what it is.
Any suggestions appreciated.

Thanks
 
Top