L
lmzhuee
Dear all,
I'm working on a project to upgrade a excel-vba based program fro
excel 2003 to 2007.
The program is a stand-alone excel file with VBA code, in order t
pretend to be a normal program, it hide all excel menus and disable al
excel functions, replace with its own menu.
It is easy to implement that in Excel 2003 throught controllin
Commandbar object. but for excel 2007, I found ribbon is totall
differet with classic commandbar, so I need some help.
What I want to do is:
Hide all excel menus, replace with my own stuff, make it looks like th
normal program.
What I already knew:
I found some articles in MSDN, which tell me that customUI.xml can b
used to modify the ribbon menu. I tried and it did work for ribbon tabs
but still 3 buttons in office menu "New", "Open", "Save", as well a
list of recent open file remains
What I'd like to ask here:
1. how to remove all buttons and list of recent open file on offic
menu ?
2. Is it the easiest way to use xml file to customize the ribbon menu
if not, what's other possibilities ?
3. for vba code upgrading from 2003 to 2007, as I just start thi
project, I am not aware of what kinds of problem I may meet, can anyon
share some general tips
I'm working on a project to upgrade a excel-vba based program fro
excel 2003 to 2007.
The program is a stand-alone excel file with VBA code, in order t
pretend to be a normal program, it hide all excel menus and disable al
excel functions, replace with its own menu.
It is easy to implement that in Excel 2003 throught controllin
Commandbar object. but for excel 2007, I found ribbon is totall
differet with classic commandbar, so I need some help.
What I want to do is:
Hide all excel menus, replace with my own stuff, make it looks like th
normal program.
What I already knew:
I found some articles in MSDN, which tell me that customUI.xml can b
used to modify the ribbon menu. I tried and it did work for ribbon tabs
but still 3 buttons in office menu "New", "Open", "Save", as well a
list of recent open file remains
What I'd like to ask here:
1. how to remove all buttons and list of recent open file on offic
menu ?
2. Is it the easiest way to use xml file to customize the ribbon menu
if not, what's other possibilities ?
3. for vba code upgrading from 2003 to 2007, as I just start thi
project, I am not aware of what kinds of problem I may meet, can anyon
share some general tips