statusbar

  1. I

    Access Statusbar in a specific workbook

    I often have several workbooks open. When I run one of my macros, I output to the Statusbar using Application.StatusBar but that output to the statusbar in all of my workbooks. Is there a way to specif which statusbar you want to output to?
  2. B

    Ideas? statusbar not updating for VBA FUNCTIONS - works OK for VBA SUB

    I am trying to send a progress message from a custom VBA function - I get no errors, just never see the messages on the status bar. I have stepped through the function and confirmed the display command is executing. I can run a SUB from this same workbook/module and see the status bar updated...
  3. O

    Why does my Status Bar stop updating.

    I'm running a simulation with over 500,000 iterations. I've got screenupdating turned on on, statusBar display is on, and I've activated the status bar to print on the iteration number, but it prints out 6000+ and then stops. Could it be that the software is running faster than the screen can...
  4. K

    Help on modifying vba for using Application StatusBar

    Found this example online: Sub StatusBar() 'Code to monitor in StatusBar For i = 1 To 10000 Worksheets("Ark1").Cells(i, 1).Value = i 'StatusBar Application.StatusBar = "Macro is running... Percentage complete is " & Round((i / 10000 * 100), 0) & "%" Next 'StatusBar End...
  5. M

    Display Statusbar in Fullscreen

    Hello, When I'm in FullScreen, I would like to display the StatusBar. If I write: Application.DisplayStatusBar = True it doesn't work. I have Excel 2007. Thanks to explain me what.
  6. A

    Excel time cout count down in status bar

    Hello All, I have code on how to make an excel file close automatically when idle for a specific time which is working fine. I want to constantly show the countdown time until the timeout period of inactivity in the excel status bar. How do I do this? I tried below but obviously this will...
  7. R

    status bar "functions"?

    Hello all, searched internet and various forums for this kind of capability. My idea is to use status bar (already have this VBA coding to give activecell's color index), and click on button on status bar (like clicking zoom and macro on default status bar) opens a command window, enabling...
  8. O

    Status Bar in MsExcel VBA

    Hi, I have set the following code in my Macro: 'Add a message Application.DisplayStatusBar = True Application.StatusBar = "Please wait ... I'm creating your " & strFrequency & " report(s)" But can't see anything when the macro is running. Where is it meant to be displayed? Thank you

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