Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
J-Walk Enhanced Data Form | Excel Discussion (Misc queries) | |||
Problem face in Validation Command (Pop-up Error Box) | Excel Worksheet Functions | |||
Problems with j-walk data form | Excel Programming | |||
j-walk progressbar mod question | Excel Programming | |||
Walk me through this VBA piece please | Excel Programming |