Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default RIBBON TAB NOT BEING REMOVED

I had installed an add-in "Ray's Tools" which created an additional tab on
the Excel 2007's ribbon. However, upon removing the check from such an addin,
in the AddIn's installed, the tab and buttons thereupon are still appearing,
which upon being clicked display a message such a file doesn't exist.

How to disable this AddIn and remove such a tab and buttons thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default RIBBON TAB NOT BEING REMOVED

I just downloaded it and installed it, and it didn't create a ribbon for me,
just added a toolbar on the Addin tab. But I agree, it didn't destroy itself
on unloading, so it is clearly very poorly written.

However, I got rid of it by typing this in the Immediate window

Application.CommandBars("Ray's Tools").Delete


--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
I had installed an add-in "Ray's Tools" which created an additional tab on
the Excel 2007's ribbon. However, upon removing the check from such an
addin,
in the AddIn's installed, the tab and buttons thereupon are still
appearing,
which upon being clicked display a message such a file doesn't exist.

How to disable this AddIn and remove such a tab and buttons thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default RIBBON TAB NOT BEING REMOVED

Thanx Bob!

However, I was unable to overcome this problem.
1. I opened the VBA editor by ALT+F11;
2. In the immediate window pane in the bottom I pasted
"Application.CommandBars("Ray's Tools").Delete";
3. I pressed the play button, but in reply the macro box opens up.

Please help me out in removing this Add-Ins Tab.

Thanx

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

I just downloaded it and installed it, and it didn't create a ribbon for me,
just added a toolbar on the Addin tab. But I agree, it didn't destroy itself
on unloading, so it is clearly very poorly written.

However, I got rid of it by typing this in the Immediate window

Application.CommandBars("Ray's Tools").Delete


--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
I had installed an add-in "Ray's Tools" which created an additional tab on
the Excel 2007's ribbon. However, upon removing the check from such an
addin,
in the AddIn's installed, the tab and buttons thereupon are still
appearing,
which upon being clicked display a message such a file doesn't exist.

How to disable this AddIn and remove such a tab and buttons thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default RIBBON TAB NOT BEING REMOVED

Don't press play, just type it and hit Enter

--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
Thanx Bob!

However, I was unable to overcome this problem.
1. I opened the VBA editor by ALT+F11;
2. In the immediate window pane in the bottom I pasted
"Application.CommandBars("Ray's Tools").Delete";
3. I pressed the play button, but in reply the macro box opens up.

Please help me out in removing this Add-Ins Tab.

Thanx

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

I just downloaded it and installed it, and it didn't create a ribbon for
me,
just added a toolbar on the Addin tab. But I agree, it didn't destroy
itself
on unloading, so it is clearly very poorly written.

However, I got rid of it by typing this in the Immediate window

Application.CommandBars("Ray's Tools").Delete


--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
I had installed an add-in "Ray's Tools" which created an additional tab
on
the Excel 2007's ribbon. However, upon removing the check from such an
addin,
in the AddIn's installed, the tab and buttons thereupon are still
appearing,
which upon being clicked display a message such a file doesn't exist.

How to disable this AddIn and remove such a tab and buttons thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default RIBBON TAB NOT BEING REMOVED

Thanx Bob! Late but Great!

However, the Ray's Tools v1.0 item still appears in the list of Add-Ins
available though unchecked. I have deleted the .xla as file as well!

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

Don't press play, just type it and hit Enter

--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
Thanx Bob!

However, I was unable to overcome this problem.
1. I opened the VBA editor by ALT+F11;
2. In the immediate window pane in the bottom I pasted
"Application.CommandBars("Ray's Tools").Delete";
3. I pressed the play button, but in reply the macro box opens up.

Please help me out in removing this Add-Ins Tab.

Thanx

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

I just downloaded it and installed it, and it didn't create a ribbon for
me,
just added a toolbar on the Addin tab. But I agree, it didn't destroy
itself
on unloading, so it is clearly very poorly written.

However, I got rid of it by typing this in the Immediate window

Application.CommandBars("Ray's Tools").Delete


--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
I had installed an add-in "Ray's Tools" which created an additional tab
on
the Excel 2007's ribbon. However, upon removing the check from such an
addin,
in the AddIn's installed, the tab and buttons thereupon are still
appearing,
which upon being clicked display a message such a file doesn't exist.

How to disable this AddIn and remove such a tab and buttons thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default RIBBON TAB NOT BEING REMOVED

It will. After deleting it, go back to the addins list and select the item.
You should get a message that the file doesn't exist, and it will ask if you
want to remove it from the list.

--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
Thanx Bob! Late but Great!

However, the Ray's Tools v1.0 item still appears in the list of Add-Ins
available though unchecked. I have deleted the .xla as file as well!

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

Don't press play, just type it and hit Enter

--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in message
...
Thanx Bob!

However, I was unable to overcome this problem.
1. I opened the VBA editor by ALT+F11;
2. In the immediate window pane in the bottom I pasted
"Application.CommandBars("Ray's Tools").Delete";
3. I pressed the play button, but in reply the macro box opens up.

Please help me out in removing this Add-Ins Tab.

Thanx

--

Best Regards,
FARAZ A. QURESHI


"Bob Phillips" wrote:

I just downloaded it and installed it, and it didn't create a ribbon
for
me,
just added a toolbar on the Addin tab. But I agree, it didn't destroy
itself
on unloading, so it is clearly very poorly written.

However, I got rid of it by typing this in the Immediate window

Application.CommandBars("Ray's Tools").Delete


--
__________________________________
HTH

Bob

"FARAZ QURESHI" wrote in
message
...
I had installed an add-in "Ray's Tools" which created an additional
tab
on
the Excel 2007's ribbon. However, upon removing the check from such
an
addin,
in the AddIn's installed, the tab and buttons thereupon are still
appearing,
which upon being clicked display a message such a file doesn't
exist.

How to disable this AddIn and remove such a tab and buttons
thereupon
permanently?

--
Best Regards,
FARAZ A. QURESHI








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protection Gets Removed!! Meg Partridge Excel Discussion (Misc queries) 2 November 20th 08 03:12 PM
Can we modify any of the ribbon tabs or create new ribbon tabs? Scott Sornberger New Users to Excel 2 March 19th 08 11:41 AM
How to I add Smart Tag that was removed? docexcel Excel Discussion (Misc queries) 2 April 27th 06 11:51 PM
How Is CHOOSESHEET.XLA Removed? kghexce Excel Discussion (Misc queries) 2 January 10th 06 09:46 AM
Toolbar cannot be removed Blair Setting up and Configuration of Excel 1 December 30th 05 11:44 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"