LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default make my vba/excel program faster

Neil...
I have a vba program. It was really slow b/c it accessed the spreadsheet

cell by cell. I made the program a lot faster by using arrays to do mass
input and output with the spreadsheet. I would like to make the program
faster. What else can I do? The time consuming part seems to be 1)the actual
writing to the spreadsheet by vba and 2)the opening of the software. to open
it, you double click the .xls file. It takes about 10 seconds to load up.


Try:

Application.ScreenUpdating = False
<Your Code
Application.ScreenUpdating = True


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make reports faster in excel using ADO ST Excel Discussion (Misc queries) 1 July 29th 06 02:03 AM
Make Excel Work faster Siva New Users to Excel 1 April 7th 06 10:33 AM
make my vba/excel program faster Frank Kabel Excel Programming 0 May 18th 04 04:58 PM
make my vba/excel program faster pikus Excel Programming 0 May 18th 04 04:44 PM
make my VBA program faster Neil[_14_] Excel Programming 2 May 18th 04 04:15 PM


All times are GMT +1. The time now is 02:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"