View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Function that makes excel work faster

Application.ScreenUpdating = False

--
Kind regards,

Niek Otten

wrote in message oups.com...
| Hi there,
|
| I trying to insert into excel sheet values what im getting from sql. If
| you have 1 report that takes 10 min time to create maybe ok. But if you
| have more then 10.....
|
| What can use to make excel work faster?
|
| xlApp.UserControl = False
|
| What else?
|
| using win2000, vs2003 (vb) Mic. Excel 9,0 object libary
|