View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default Problem with MUI and Excel Add-in

Some comments about your inquiry...
'--
A search turns up various definitions for MUI...
Magic User Interface (a commercial program)
Multi Language User Interface
Modeless User Interface
plus others
'--
Excel 2007 does not use a menubar or toolbars
'--
This is a VB/VBA group - not many C# responders here.
--
Jim Cone
Portland, Oregon USA



"Torben Laursen"
wrote in message
I sell a Excel automated COM Add-in written in C# 3.5 for Excel and it works
just fine.
However if a user has MUI on his PC the COM does not work in Excel.
The COM adds a new menu to Excel and it does not show.
Does anyone know how to get around this problem?
Thanks Torben