Hi,
We are converting our templates from XP to 2010 for word and excel.
I am trying to create an icon to customize our Quick Access Toolbar to open the templates dialog box to eliminate clicks for the users.
Word has the icon but I cant find it in excel. Using this code will open the dialog box:
Application.Dialogs(xlDialogNew).Show
How do I make this global for all users?
Thanks
Lisa
We are converting our templates from XP to 2010 for word and excel.
I am trying to create an icon to customize our Quick Access Toolbar to open the templates dialog box to eliminate clicks for the users.
Word has the icon but I cant find it in excel. Using this code will open the dialog box:
Application.Dialogs(xlDialogNew).Show
How do I make this global for all users?
Thanks
Lisa