View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement,microsoft.public.officedev,microsoft.public.activex,microsoft.public.office.developer.automation
RomanP
 
Posts: n/a
Default The Tools/Customize command is greyed out

I have MS Word 2003 embedded into ActiveX and then into HTML page in
IE. Word has "Customize..." menu item greyed out and it can not be
activated by:

CommandBars("Menu
Bar").Controls("Tools").Controls("&Customize..."). Enabled = True
(it does not set 'Enabled' at whole)

or
CommandBars.DisableCustomize = false;
(it is already 'false').

It seems, that ActiveX as container for Word makes this menu item
disabled. Excel as container for Word does not make "Customize"
disabled.

What is the trick here?

Regards,

Roman Prytkov