Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 239
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 239
Default 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

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
J-Walk Enhanced Data Form Leanne Excel Discussion (Misc queries) 9 April 24th 08 11:15 PM
Problem face in Validation Command (Pop-up Error Box) Nono Excel Worksheet Functions 1 September 3rd 07 01:38 PM
Problems with j-walk data form Bob Reynolds[_3_] Excel Programming 0 July 2nd 04 03:47 AM
j-walk progressbar mod question Mike Iacovou Excel Programming 3 June 12th 04 06:47 PM
Walk me through this VBA piece please Michael[_27_] Excel Programming 0 May 10th 04 02:11 PM


All times are GMT +1. The time now is 02:28 AM.

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

About Us

"It's about Microsoft Excel"