G
Guest
Hi,
I am working on a project involving the creation of custom Excel sheets from
VB.net. When anybody opens this file, I need only my ribbon to be displayed.
So, I went for setting startFromScratch to true.
What I have noticed is that when I use this, everytime Excel is started, I
need to either enable or disable the other tabs and controls. But it is
difficult to know all the tabs, tabsets, officeMenu and QAT controls to be
enabled/disabled. Is there any reset option to make my life easier? Or else,
is there any callback for the startFromScratch so that i can set it to true
when I require?
Thanks.
I am working on a project involving the creation of custom Excel sheets from
VB.net. When anybody opens this file, I need only my ribbon to be displayed.
So, I went for setting startFromScratch to true.
What I have noticed is that when I use this, everytime Excel is started, I
need to either enable or disable the other tabs and controls. But it is
difficult to know all the tabs, tabsets, officeMenu and QAT controls to be
enabled/disabled. Is there any reset option to make my life easier? Or else,
is there any callback for the startFromScratch so that i can set it to true
when I require?
Thanks.