C
Carole
I created a template in English that has a button in the
toolbar to open a UF with the English titles. I have an
identical template which opens the French version of the
UF.
How do I get the 2 buttons (from 2 different templates) to
appear in my toolbar at once. I get one button or the
other but not both.
The button that opens the UF is associated with the
following code in the E template and also in the F
template:
Sub autonew()
UserForm1.Show
End Sub
toolbar to open a UF with the English titles. I have an
identical template which opens the French version of the
UF.
How do I get the 2 buttons (from 2 different templates) to
appear in my toolbar at once. I get one button or the
other but not both.
The button that opens the UF is associated with the
following code in the E template and also in the F
template:
Sub autonew()
UserForm1.Show
End Sub