customizing Excel

B

Bob

Hi Everyone:

I am planning to customize Excel, and I am very new to this, even though I
had worked with VB for many years now. I was wondering is it is possible to
do the following in Excel and how you would do it:

1- Remove some of the existing icons and menus (the standard ones which
comes with excel).
2- Add new icons or menus
3- to hide the code from users. If I plan to customize excel with some
proprietary code, of course, I do not want people to see it or duplicate the
code.
4- is it possible to convert the customized version of excel into an exe
file?

I appreciate all your help.

Bob
 
R

Rodrigo Ferreira

1- Yes - try to record a macro to remove the icons, after you can customize
the code
2- Yes - you can do this inside your module with specific code
3- Yes - but it's no so dificult to remove this password (expert users) -
has programs to do this - you can put password in your vba project
4- Yes - using programs like XLtoEXE
 
Top