G
Gilley
I have a template which in turns opens a new document with the contents of a
text file.
I have a custom toolbar which contains buttons to specific macros that
format the text files in a number of different ways. Invoice, Purchase
Order, Sales Order, etc.
The custom toolbar is in my template, but I can't seem to figure out how to
make it visible in the new document created based on the template. I have
searched through the discussion groups and found what I thought was the
solution but it isn't working.
Private Sub Document_Open()
CommandBars("Faxing from Certiflex").Visible = True
End Sub
This was a solution that I ran across. It seems to make sense, however, it
isn't working!
Any suggestions out there??
Thanks,
Gilley
text file.
I have a custom toolbar which contains buttons to specific macros that
format the text files in a number of different ways. Invoice, Purchase
Order, Sales Order, etc.
The custom toolbar is in my template, but I can't seem to figure out how to
make it visible in the new document created based on the template. I have
searched through the discussion groups and found what I thought was the
solution but it isn't working.
Private Sub Document_Open()
CommandBars("Faxing from Certiflex").Visible = True
End Sub
This was a solution that I ran across. It seems to make sense, however, it
isn't working!
Any suggestions out there??
Thanks,
Gilley