disabling Excel toolbars from within VC
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
HOw can I turn off the Excel toolbars when launching it from within VC as a COM app?
-
HOw can I turn off the Excel toolbars when launching it from within VC as a COM app?
Hi, You have to user Com add-in for doing these type of manipulations. Have a look @ the article below, http://support.microsoft.com/kb/q199691/[^] this may help you Sujan