VBA for bringing up "User Template in File System" from "Choose Form"??

S

StargateFan

It's better than nothing to have the "Choose Form" option available to
put on a button, but is there VB coding to choose to bring up more
specifically the "User Template in File System" box? I don't use all
the others and I have several templates, so just don't have enough
space to assign each template to a button. Much easier to have that
box come up when asking for the "Choose Form".

Thanks so much!
 
K

Ken Slovak - [MVP - Outlook]

No, you'd have to code a similar dialog yourself. That dialog isn't
accessible to your code.
 
Top