create macro for learning purposes

J

jzzman

I want to create a macro for learning purposes. I want to show a group
of people how to format using this function. But when I record the
macro it does it so fast you can't see.

Any suggestions?

Thanks,
Jzzman
 
B

Bob Phillips

Between each step add a msgbox

Msgbox "OK to continue"

it will pop-up, b ut shouldn't intrude too much.
 
Top