View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.setup
SpeeD SpeeD is offline
external usenet poster
 
Posts: 65
Default format toolbar disappear

Hi Dave.

I rely can´t make it appear!!
Your code return´s me a Messege:

Automation error
Unspecified error

Im´completely in the dark with this one....
i´ve installed this morning an trial addin and it started this problem...

SpeeD


"Dave Peterson" wrote:

Did you mean you can NOT make it appear?

Maybe you could try this macro:

Option Explicit
Sub testme()
With Application.CommandBars("Formatting")
.Visible = True
.Enabled = True
End With
End Sub



SpeeD wrote:

Hi

my format toolbar has disappeared. I can make it appear in the usual
manner... right-click-toolbars or view-tollbars.

How can i make it appear? VBA?

Thanks
SpeeD


--

Dave Peterson