View Single Post
  #1 (permalink)  
Old 02-16-04, 03:49
kolevn kolevn is offline
Registered User
 
Join Date: Feb 2004
Posts: 4
data gathering within VBA macro

Hello,

I have written VBA code that automates some data gathering and computation routines. The problem I have within VBA is that I do not know how to allow sufficient time for the data to be fed into the spreadsheets.

To be more precise, my program does the following:
1. Data is fed into the spreadsheet;
2. A computation is performed; and
3. The above two steps are repeated several times for different data.

I have tried two things: a timer and a Do Until (no #N/A appears within the data set). However, Excel appears to compute only sequentially, and everything comes to a halt.

I would truly appreciate your insight.

Thanks,

Nick
Reply With Quote