Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Holly Fox   on Oct 11 In MS Office Category.

  
Question Answered By: Rene Sullivan   on Oct 11

Although this is not a solution for your Progress Bar question:
when I am up against a large data  processing 'job', I will typically turn off
the screen updating & auto calculation options.

sub processData( )

Application.ScreenUpdating = False
Application.Calculation = xlManual

rowmax = activesheet. usedrange. rows.count

for i = 1 to rowmax
' my functionality
next

Application.Calculation = xlAutomatic
Application.ScreenUpdating = True

end sub

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on PRogress bar in Excel Or get search suggestion and latest updates.


Tagged: