Jump to content

Recommended Posts

Posted (edited)

Hi

Not sure if this is Office or IE problem but here is description:

When I open RTF file from web using IE 6.0, it opens it in IE. All is working as it should but there is no Standard Toolbar enabled at default. I have to enable it manually. When I close RTF/IE browser and open it again, its not there.

Is it possible to get it to be enabled automatically so I don't have to enable it manually.

Thanks.

EDIT:

Solved using macro in normal.dot

Sub document_open()

CommandBars("standard").Visible = True

End Sub

Edited by raakareiska

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...