View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default 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