Question Regarding Status Frames and/or Message Boxes

TheClayTaurus

Board Regular
Joined
May 20, 2003
Messages
170
I'm working on a template for a large database that will be used to input and review data by many less savvy users. I've written a macro that reformats the sheet everytime it is saved so that the style is maintained. The problem is, it jumps all around when it's running, and if the user didn't expect this they might think that excel went crazy. (Like I said, less savvy users...) The solution I'd like to implement to avoid this problem is a simple message box or status frame that pops up at the beginning of the macro (to keep the user at bay) and then automagically closes at the program's end. The only method I've uncovered is the standard message box that prompts you to click OK to continue running. Can anyone help me out?

Thanks!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
You can also put the line Application.ScreenUpdating = False and the screen won't jump around (Jump, Jump, ... Jump Around). Sorry broke into rap there for a second. Then at the end set it back to true.

Hope this helps!

LT
 
Upvote 0

Forum statistics

Threads
1,221,700
Messages
6,161,378
Members
451,700
Latest member
Eccymarge

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