I have written a macro in Outlook 2010 to automatically generate an Outlook template form on clicking an Icon in my "Quick Launch toolbar". But is it possible to display this icon on my team members's Outlook "Quick Launch toolbar" as well for them to carry out this action? My existing macro is as below:
sub TemplateForm ()
set message = Application.CreateItemFromTemplate("<address path of the template>")
msg.Display
End sub ()
برچسب:
نویسنده: استخدام کار