View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Phobos Phobos is offline
external usenet poster
 
Posts: 51
Default transferring data from access to excel

"dave" wrote in message
...

varVariable = rstLngBinDat!dbf_MessDaten.GetChunk(0,
conChunksize)


Should be:

Set varVariable = rstLngBinDat!dbf_MessDaten.GetChunk(0, conChunksize)

P