Toolbars added to Word, Excel etc

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Toolbars added to Word, Excel etc

    I think there is no solution to my problem and am writing it here in the hope
    that folks at Adobe will take a hint. Apparently, Contribute automatically
    installs toolbars into all the programs whose documents it can edit. So in
    addition to appearing on the IE toolbar, contribute tools appear in several
    other program toolbars. This is EXTREMELY annoying because they take up a lot
    of real estate, always taking an entire line of their own. And I can't
    permanently stop the display. I've tried repeatedly to tell Word and Excel NOT
    to display this toolbar, yet every time I reboot, there it is again. I can't
    find anything in the Word preferences or anything in the Contribute preferences
    that will enable me to take these off the screen for good.

    mmk7894 Guest

  2. Similar Questions and Discussions

    1. Acrobat Toolbars in other Applications (MS Excel, Word, etc.)
      Starting with Acrobat 7 (I think), I now have the Acrobat Toolbar up as a separate line of toolbars (by itself) by default whenever I open a Word or...
    2. How do I add PDF toolbars in Word
      I installed Adobe Crative Suite premium on OX 10.4 before having Microsoft Word on the machine, NOW how do i add pdf toolbar buttons to WORD? ...
    3. Multiple Acrobat Comment Toolbars in Microsoft Word
      While using Acrobat 6.0, every time that I create a new pdf document, a new comment toolbar appears in Microsoft Word. These toolbars remain in Word...
    4. word and excel
      I want php to start MS Word. I tried this but I receive an error: 1 <?php 2 $word = new COM("Word.Application") or die("Unable to instanciate...
    5. How do you get Word/Excel Toolbars to appear
      I am building an intranet site which uses excel and word documents but the problem is that when the document opens it is just the document and no...
  3. #2

    Default Re: Toolbars added to Word, Excel etc

    You can unregister the dll using the command " regsvr32 /u officeplugin.dll ".
    in case if you want to register again in future, register the dll using the command " regsvr32 officeplugin.dll "
    Dominic Michael Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139