View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Volker Hetzer Volker Hetzer is offline
external usenet poster
 
Posts: 5
Default Inserting large amounts of data with VBScript...

Hi!
I'm pretty new to Excel programming and to VBScript.
What I've got is a script that takes value from another application
and inserts them into Excel. This works fine, except for when it
gets Data in a particularly large array (8606 rows, 44 columns).
Here the script fails.
The function runswell on smaller data sets.
Am I stumbling over an internal limit of Excel here?

Lots of Greetings!
Volker