progress indicator

  1. P

    List the values of a variable as the macro processes through a loop

    I have a textbox in a userform that I want to list the value of the variable that is being processed through a loop, each time the value changes. I do not want to over write the previous value. I can change the textbox to something else if that helps. Any suggestions?
  2. H

    Calculation popup not working

    Hi, I have an excel dashboard which has a large data set and when a user changes certain options the calculations can take between 2 to 4 seconds to update. I tried to create a message that popup when the user changes asking them to wait, see below code: msg = "Calculating...Please Wait"...
  3. T

    How to provide a file progress bar when downloading a large file

    I have this code that opens a workbook on a local website on our intranet and then copies the sheet into a local file. Workbooks.Open ("http://teamspace.****.com/sites/****/****/Shared%20Documents/Lookup.xls") LastRow = ActiveSheet.Cells.Find("*", , xlFormulas, xlPart, xlByRows...
  4. F

    VBA Progress Bar for Sub which Calls other Subs

    Morning I have a main sub which calls 11 other subs whithin my module to run all my code Sub Runall() 'calling all my subs Call UniqueDates Call CallsTaken Call CreateCol Call AHT Call WrapUp Call HighWrapColumn Call HighWCount Call HighWrapPercent Call ShortCalls Call SortTableCalls Call...
  5. A

    Progress Bar with VBA Macro

    Hi guys I was hoping to ask for some advice on creating a progress bar to show the progress of an Excel Macro. I have a single 'main' macro that calls upon multiple other macros when processing. The first question is would that make a difference to the progress indicator or should it be ok? I...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top