PC Review


Reply
Thread Tools Rate Thread

How do I get rid of Adobe Reader icon?

 
 
ajnmxx
Guest
Posts: n/a
 
      15th Jan 2010
I think after I installed acrobat reader 9 I started to get this red
icon next to the print button that does "save this document as a PDF
document". I don't like it, it annoys me, and I want rid of it.
Removing it works but then it just reappears again next time I start
up excel. Any other changes to my icons 'stick', but this little
critter just won't go away.

I tried uninstalling reader 9 but this didn't solve it. I can't find
an option to get rid of it. Help!!
 
Reply With Quote
 
 
 
 
Bob I
Guest
Posts: n/a
 
      15th Jan 2010
Adobe Reader can't produce PDF files. Adobe Acrobat CAN. IF you want to
remove the Adobe Acrobat icon, you need to remove The Adobe Acrobat
ADD-IN.

ajnmxx wrote:

> I think after I installed acrobat reader 9 I started to get this red
> icon next to the print button that does "save this document as a PDF
> document". I don't like it, it annoys me, and I want rid of it.
> Removing it works but then it just reappears again next time I start
> up excel. Any other changes to my icons 'stick', but this little
> critter just won't go away.
>
> I tried uninstalling reader 9 but this didn't solve it. I can't find
> an option to get rid of it. Help!!


 
Reply With Quote
 
מיכאל (מיקי) אבידן
Guest
Posts: n/a
 
      15th Jan 2010
If you un-checked the appropriate add-in [Tools > Add-ins] you may try to run
the hereunder proposed macro.
The macro will stop on each and every tool-bar and you will be asked to
acknowledge the deletion:
=================================
Sub DeleteNaggingCommandBar()
For Each NCB In Application.CommandBars
If NCB.Visible = True Then
If MsgBox("Delete CommandBar: " & NCB.Name, 4) = vbYes Then
NCB.Enabled = False
NCB.Visible = False
End If
End If
Next
End Sub
============
Micky


"ajnmxx" wrote:

> I think after I installed acrobat reader 9 I started to get this red
> icon next to the print button that does "save this document as a PDF
> document". I don't like it, it annoys me, and I want rid of it.
> Removing it works but then it just reappears again next time I start
> up excel. Any other changes to my icons 'stick', but this little
> critter just won't go away.
>
> I tried uninstalling reader 9 but this didn't solve it. I can't find
> an option to get rid of it. Help!!
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Reader telling me all program files are corrupt .. desktop and sidebar icons are all adobe vid Windows Vista General Discussion 2 14th Nov 2007 03:08 AM
Help! Right Click on ani icon on my desktop starts up my Adobe Reader Install Program goshgee@nowhere.com Windows XP Help 0 23rd Nov 2006 02:10 AM
Adobe Reader 7.0.1 does not download .pdf files like Adobe Reader 6.0.3 does. Richard A. Landkamer Windows XP General 4 10th Apr 2005 08:47 PM
Re: Adobe Reader Freezes on CLOSING of Reader windows roger Windows XP Help 4 12th May 2004 11:35 PM
Clicking Adobe Reader 6 icon starts Windows Messenger 5.0 Installation William Low Windows XP Messenger 3 3rd Sep 2003 07:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 AM.