Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default visual basic code runs very slow in 2007

I created a procedure that checks the spreadsheet for any corruptions, it
took about 1-2 minutes to complete. In 2007 it takes over 8 minutes, while
its running all the command buttons on the sheet flicker for some reason.
Any ideas or do we go back to 2003

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default visual basic code runs very slow in 2007

For lots of reasons I don't use command buttons. I prefer shapes or forms
buttons. Maybe this is another reason not to. Change em or try

application.screenupdating=false
code
application.screenupdating=true

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"kwtrash" wrote in message
...
I created a procedure that checks the spreadsheet for any corruptions, it
took about 1-2 minutes to complete. In 2007 it takes over 8 minutes,
while
its running all the command buttons on the sheet flicker for some reason.
Any ideas or do we go back to 2003


Reply
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
visual basic code in 2003 vs 2007 George Applegate[_2_] Excel Discussion (Misc queries) 1 October 30th 09 05:07 PM
Very slow Visual Basic code execution in new Excel 2007 JLatham Excel Programming 6 October 7th 09 09:45 PM
Excel macro in 2007 runs extremely slow Acie Excel Discussion (Misc queries) 3 March 3rd 09 04:22 PM
Code runs to slow Patrick C. Simonds Excel Programming 15 March 16th 08 06:43 PM


All times are GMT +1. The time now is 02:08 AM.

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

About Us

"It's about Microsoft Excel"