Thread: Toolbar problem
View Single Post
  #1   Report Post  
CarolineJ
 
Posts: n/a
Default Toolbar problem

Not sure where to post this
Have a document that many people access through a hyperlink on web page.
Document has a toolbar.
Toolbar tends to disappear from view when the document is saved (can't get
to bottom of why this happens - seems to be due to our doc management system)
so trying to add code to ensure it always displays after a Save As - it's a
complicated document and options in toolbar help work in it and although
manually redisplaying the toolbar is easy people don't think to do it).
Come across problem as if user happens to have more than one copy of the
document open (even if doc renamed in each case) Word seems to think the
toolbar from each separate doc (toolbar has same name) is available in the
active doc although of course it isn't and errors if you try and control the
toolbar of the active document through code (I've found I have to reiterate
to ensure I 'grab' the last toolbar 'available' of the correct name). I'm
sure this shouldn't happen. Is it a know bug? Is there an easy way to get
round?