ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   J-walk face id menu - Problem (https://www.excelbanter.com/excel-programming/307558-j-walk-face-id-menu-problem.html)

Madiya

J-walk face id menu - Problem
 
I had installed jwalk faceid addin which is now deleted.
The addin has created a command in Tools J walk faceid identifier..
which is not going.
I have tried all my options but it stays there. I tried to reinstall
addin and then uninstall the same. Reinstall creates another similar
command bar at same place and uninstall removes only one instead of
both the previous ones.
Pl help me removing the same.

Regards,
Madiya

Bob Phillips[_6_]

J-walk face id menu - Problem
 
Run this bit of code

Dim cb As CommandBar

For Each cb In Application.CommandBars
Debug.Print cb.Name
Next cb

in the immediate window you should see a name that pertains to the xla, and
then delete with

Application.CommandBars("theName").delete

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Madiya" wrote in message
m...
I had installed jwalk faceid addin which is now deleted.
The addin has created a command in Tools J walk faceid identifier..
which is not going.
I have tried all my options but it stays there. I tried to reinstall
addin and then uninstall the same. Reinstall creates another similar
command bar at same place and uninstall removes only one instead of
both the previous ones.
Pl help me removing the same.

Regards,
Madiya




Jim Rech

J-walk face id menu - Problem
 
From the Excel menus pick View, Toolbars, Customize. Then with the
Customize dialog open, click the Tools menu open. Next drag the JWalk
menuitem off the menu on the worksheet. Then close the Customize dialog.

--
Jim Rech
Excel MVP
"Madiya" wrote in message
m...
|I had installed jwalk faceid addin which is now deleted.
| The addin has created a command in Tools J walk faceid identifier..
| which is not going.
| I have tried all my options but it stays there. I tried to reinstall
| addin and then uninstall the same. Reinstall creates another similar
| command bar at same place and uninstall removes only one instead of
| both the previous ones.
| Pl help me removing the same.
|
| Regards,
| Madiya



Madiya

J-walk face id menu - Problem
 
Thanks Bob,
I tried but nothing happened. So I modified your code to print the
names in the sheet which gave me 94 names but the required name
(Jwalk)was not present so I didn't try your second part but thanks for
replying.

JIM :

Yours was a very easy solution. I already know this and used the same
approach to customise my tool bar buttons as well as to add a new
button with a macro. But I did not realise the same before asking such
a foolish question.

Anyway, I will be more careful next time but thanks to spare your time
for me.

Regards,
Madiya


"Jim Rech" wrote in message ...
From the Excel menus pick View, Toolbars, Customize. Then with the
Customize dialog open, click the Tools menu open. Next drag the JWalk
menuitem off the menu on the worksheet. Then close the Customize dialog.

--
Jim Rech
Excel MVP
"Madiya" wrote in message
m...
|I had installed jwalk faceid addin which is now deleted.
| The addin has created a command in Tools J walk faceid identifier..
| which is not going.
| I have tried all my options but it stays there. I tried to reinstall
| addin and then uninstall the same. Reinstall creates another similar
| command bar at same place and uninstall removes only one instead of
| both the previous ones.
| Pl help me removing the same.
|
| Regards,
| Madiya



All times are GMT +1. The time now is 11:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com