i have created a form to automate a task in outlook how i run the form like if want it as executable or icon on the desktop which on clicking will run my form

link|improve this question

36% accept rate
feedback

1 Answer

lets say my user form name is userform1

then i call my form from my macro-

sub monitorbox() userform1.show end sub

now i add this macro as button to my outlook tool bar by

going to tool | customize|command tab | go to macro and then drag to tool bar

that is it u r done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.