View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.vb.general.discussion
Martin Walke[_2_] Martin Walke[_2_] is offline
external usenet poster
 
Posts: 6
Default Excel automation

Hi all,

Can anyone tell me if there's a limit to the size of data that you can
insert into an excel cell using VB6 automation? I'm transferring data into a
worksheet but whenever the data is more than about 1000 bytes I get an
automation error 1004 "Application-defined or object-defined error"... but
if I manually paste the same data into the cell, there's no problem.

The data is coming straight from an access 97 database.

Any ideas?

TIA
Martin