Jump to content

raakareiska

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Finland

Posts posted by raakareiska

  1. 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

×
×
  • Create New...