Macro

atuljadhav

New Member
Joined
Aug 25, 2011
Messages
45
Sir

If i create simple macro, for example insert row, delete column, formatting data etc. and save, but when i run this macro it done in second,
i want to display macro very slow which can user understand the steps which i have recorded in macro, is there any option that macro run very slowly or step by step by clicking mouse???
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
One way is they can "Step" through the code one line at a time to see what it is doing. I do this when trying to debug code.

What I typically do is open the VB Editor, and re-size it down to about one-quarter the size of the screen so you can see both your worksheets and code at the same time. Then, highlight the first line of your macro. Then press F8. Each time you press F8, it will process one line of code and you can see what it is doing to your sheet in the background.
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,240
Members
452,898
Latest member
Capolavoro009

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