View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
shantanu shantanu is offline
external usenet poster
 
Posts: 30
Default requirement for creating a sub menu in c# excel addin

Dear All
I have a requirement for creating a sub menu. I have been
working on the addin and was able to put the addin in the tools menu
of excel. The menu will be something like:

1. Main Item
1.a. Sub item 1
1.a.i sub item 1
1.a.ii sub item 2
1.b. Sub item 1
1.b.i sub item 1
1.b.ii sub item 2

Can anybody help in creating this kind of menu formation in excel from
C# addin.

Regards
shantanu