H
hstijnen
Hi,
I've made an Excel 2000 application in a template. When starting a workbook
from the template I want to hide all the commandbars. I thougth this could be
done in the Workbook_Open() trigger:
For each cb in CommandBars
cb.Visible = false
nect cb
However, when the process of creating a workbook from the template arrives
at this code, the value of CommandBars is Nothing.
What can I do? When is that value known?
Thanks in advance,
Henk
I've made an Excel 2000 application in a template. When starting a workbook
from the template I want to hide all the commandbars. I thougth this could be
done in the Workbook_Open() trigger:
For each cb in CommandBars
cb.Visible = false
nect cb
However, when the process of creating a workbook from the template arrives
at this code, the value of CommandBars is Nothing.
What can I do? When is that value known?
Thanks in advance,
Henk