Macro while runing - Require one form initilization

harinsh

Active Member
Joined
Feb 7, 2012
Messages
273
Hi Team,

I am using one macro in order to format the huge data and approx. it would take 2 to 3 min to complete the task.

While running this macro there will be more then 10 different sheets will open and close because it takes data from different sheets.

I can use Application.ScreenUpdating = False in order to hide this but along with this user should get initialization tab (we can see while installing any application)

Can you let me know if it is possible. If yes please help me with codes so, that I can create rest of form if required.

Thanks,
Harinsh
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
I can use Application.ScreenUpdating = False in order to hide this but along with this user should get initialization tab (we can see while installing any application)
What do you mean - something to "tell" them what's happening ? How about updating the status bar (as long as they know they need to look there, that should be enough).

Another "trick" I've used is to create a progress bar userform (which I found by googling).

(Without a doubt, the status bar solution is easier)
 
Upvote 0
Thanks Michael for your suggestion.

My concern is to make my automation tool most easier to access and user do not want to see the execution part.

I felt if we could install installation tab that would be good idea to make tool as like software.

Thanks.
 
Upvote 0
Just so we're on the same page....

Are you atlking about some sort of program or s/w that you've written that installs your software, or are you talking about a macro the user runs that takes a long time to run through (because of the quantity of data) ?
 
Upvote 0
Yes, Michael...What I mean to say my macro would take time to complete the task it depends upon the data approximately 2 min to 5 min.

This is normal macro only it is not a software and I just need to insert a form wherein if user runs the macro then that particular form should get load and to show the % of completion status till the macro ends.

Thanks,
 
Upvote 0
Upvote 0
Many thanks for your links Michael..

Now, I have created status bar with help of your links, absolutely it is working fine.

Have a great day :)

Thanks,
 
Upvote 0

Forum statistics

Threads
1,214,596
Messages
6,120,438
Members
448,966
Latest member
DannyC96

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