Hi All,

We have a VBA application which creates custom Menu Bar in Microsoft Office
Project 2003. This application uses OnAction property of command bar
control.
Now we need to support Microsoft Office Project 2007. But Project 2007 does
not support the OnAction property of Command bar control (Please see the
link: http://support.microsoft.com/kb/923586). Can you please suggest what we
can do as an alternative for OcAction Property.

Thanks,
Chandru

Re: Creating Custom Menu in MS Project- 2007 by Rod

Rod
Tue Nov 06 22:06:08 PST 2007

There are only two options:
1) User creates custom button themselves
2) Create an Add-in to run your macro code. Add-ins can create toolbar
buttons, as I think that article suggests.

Yes it's very annoying isn't it!!

--

Rod Gill
Project MVP

Project VBA Book, for details visit:
http://www.projectvbabook.com

NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx


----------------------------------------------------------------------------------------------------


"Chandru" <Chandru@discussions.microsoft.com> wrote in message
news:1DF9C89F-CCD7-47EB-92E2-ADC6B434C52F@microsoft.com...
> Hi All,
>
> We have a VBA application which creates custom Menu Bar in Microsoft
> Office
> Project 2003. This application uses OnAction property of command bar
> control.
> Now we need to support Microsoft Office Project 2007. But Project 2007
> does
> not support the OnAction property of Command bar control (Please see the
> link: http://support.microsoft.com/kb/923586). Can you please suggest what
> we
> can do as an alternative for OcAction Property.
>
> Thanks,
> Chandru



Re: Creating Custom Menu in MS Project- 2007 by Chandru

Chandru
Tue Nov 06 22:42:00 PST 2007

Thanks Rod. Could you kindly let me know the article that you mentioned (as I
think that article suggests.)

"Rod Gill" wrote:

> There are only two options:
> 1) User creates custom button themselves
> 2) Create an Add-in to run your macro code. Add-ins can create toolbar
> buttons, as I think that article suggests.
>
> Yes it's very annoying isn't it!!
>
> --
>
> Rod Gill
> Project MVP
>
> Project VBA Book, for details visit:
> http://www.projectvbabook.com
>
> NEW!! Web based VBA training course delivered by me. For details visit:
> http://projectservertraining.com/learning/index.aspx
>
>
> ----------------------------------------------------------------------------------------------------
>
>
> "Chandru" <Chandru@discussions.microsoft.com> wrote in message
> news:1DF9C89F-CCD7-47EB-92E2-ADC6B434C52F@microsoft.com...
> > Hi All,
> >
> > We have a VBA application which creates custom Menu Bar in Microsoft
> > Office
> > Project 2003. This application uses OnAction property of command bar
> > control.
> > Now we need to support Microsoft Office Project 2007. But Project 2007
> > does
> > not support the OnAction property of Command bar control (Please see the
> > link: http://support.microsoft.com/kb/923586). Can you please suggest what
> > we
> > can do as an alternative for OcAction Property.
> >
> > Thanks,
> > Chandru
>
>
>