View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Naz Naz is offline
external usenet poster
 
Posts: 85
Default Editing worksheet while running macros

Explore DoEvents?
--

_______________________
Naz,
London


" wrote:

hi
i have a macro running and spewing database query output to Sheet1 of
the workbook after getting data from a database.
How can i edit the data on Sheet1 while the macro is running ??
thanks