scooterfreak;234832 Wrote: 
> Hi willyhoops,
> unfortunately I get a "runtime"-error when i'm starting the
> exceltagger.xls. I have Excel 2003 german installed. The debugger
> criticizes the term "iHelpMenu = cbMainMenuBar.Controls("Help").Index"
> located in the ExcelTagger_AddMenus.
> Do you have a solution for this problem (my MS VB-Knowledge is
> extremely poor)?
> 
> scooterfreak

It's finding the index of a menu called "Help", which in German you
won't have.  Change it to whatever your help menu item is called in
German, so you have

iHelpMenu = cbMainMenuBar.Controls("Hilfe").Index

or whatever.

(Probably; you may get further issues)

Adam


-- 
adamslim

Those are my principles, and if you don't like them... well, I have
others

http://www.last.fm/user/AdamSlim/
'Last.fm group: people who don't listen to any of last.fm's top
artists'
(http://www.last.fm/group/People+who+don%27t+listen+to+any+of+last.fm%27s+top+artists)

SB+, EAR 859, Heybrook Sextets plus some other stuff
SB3, Shek d2, Ming-Da MC84-C, Harbeth HL-P3ES
------------------------------------------------------------------------
adamslim's Profile: http://forums.slimdevices.com/member.php?userid=7355
View this thread: http://forums.slimdevices.com/showthread.php?t=34540

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to