J
Jack Marr
A couple of months ago I asked how to create a new command bar button,
which is documented incorrectly on page 30 of
Excel2004AppleScriptRef.pdf. Through other sources I found this is how
to execute that particular sample:
make new command bar control in command bar "Tools" with properties
{control type:control button, begin group:true, face id:0, on
action:"qtrReport", name:"Make Report"}
Now, how would I create a new menu item, i.e. a new command bar entry
to the right of File/Edit/.../Tools/.../Help? The documentation isn't
clear, or maybe it's just incorrect. Any advice would be appreciated.
which is documented incorrectly on page 30 of
Excel2004AppleScriptRef.pdf. Through other sources I found this is how
to execute that particular sample:
make new command bar control in command bar "Tools" with properties
{control type:control button, begin group:true, face id:0, on
action:"qtrReport", name:"Make Report"}
Now, how would I create a new menu item, i.e. a new command bar entry
to the right of File/Edit/.../Tools/.../Help? The documentation isn't
clear, or maybe it's just incorrect. Any advice would be appreciated.