PC Review


Reply
 
 
=?Utf-8?B?ZXJuaWU=?=
Guest
Posts: n/a
 
      3rd Oct 2006
How do i access "About Microsoft Excel" from the Help menu bar?
 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      3rd Oct 2006
Try

Sub test()
Application.CommandBars("Worksheet Menu Bar").FindControl _
(ID:=927, Recursive:=True).Execute
End Sub

See
http://www.rondebruin.nl/menuid.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl



"ernie" <(E-Mail Removed)> wrote in message news:A789C652-E80C-41DA-B1A4-(E-Mail Removed)...
> How do i access "About Microsoft Excel" from the Help menu bar?



 
Reply With Quote
 
=?Utf-8?B?ZXJuaWU=?=
Guest
Posts: n/a
 
      4th Oct 2006
I have this software installed with excel. its call ExcelShield. i need to
create a code to access "About" from ExcelShield menu bar.

I'm trying the code below but it does not work:

Sub test()
Application.CommandBars("Worksheet Menu
Bar").Controls.Application.CommandBars("Excel&Shield").Caption = _
"A&bout"
End Sub


--
help a friend help you


"Ron de Bruin" wrote:

> Try
>
> Sub test()
> Application.CommandBars("Worksheet Menu Bar").FindControl _
> (ID:=927, Recursive:=True).Execute
> End Sub
>
> See
> http://www.rondebruin.nl/menuid.htm
>
>
>
> --
> Regards Ron de Bruin
> http://www.rondebruin.nl
>
>
>
> "ernie" <(E-Mail Removed)> wrote in message news:A789C652-E80C-41DA-B1A4-(E-Mail Removed)...
> > How do i access "About Microsoft Excel" from the Help menu bar?

>
>
>

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Oct 2006
Adapt this example

Dim winHelpMenu As CommandBarControl
Set winHelpMenu = Application.CommandBars("Worksheet Menu Bar").Controls("Help")
winHelpMenu.Controls("About Microsoft Office Excel").Execute


--
Regards Ron de Bruin
http://www.rondebruin.nl



"ernie" <(E-Mail Removed)> wrote in message news:08969D7E-A6E0-48B9-AB39-(E-Mail Removed)...
>I have this software installed with excel. its call ExcelShield. i need to
> create a code to access "About" from ExcelShield menu bar.
>
> I'm trying the code below but it does not work:
>
> Sub test()
> Application.CommandBars("Worksheet Menu
> Bar").Controls.Application.CommandBars("Excel&Shield").Caption = _
> "A&bout"
> End Sub
>
>
> --
> help a friend help you
>
>
> "Ron de Bruin" wrote:
>
>> Try
>>
>> Sub test()
>> Application.CommandBars("Worksheet Menu Bar").FindControl _
>> (ID:=927, Recursive:=True).Execute
>> End Sub
>>
>> See
>> http://www.rondebruin.nl/menuid.htm
>>
>>
>>
>> --
>> Regards Ron de Bruin
>> http://www.rondebruin.nl
>>
>>
>>
>> "ernie" <(E-Mail Removed)> wrote in message news:A789C652-E80C-41DA-B1A4-(E-Mail Removed)...
>> > How do i access "About Microsoft Excel" from the Help menu bar?

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Add a menu to main menu bar Access 2003 in VBA Rotsey Microsoft Access 0 27th Mar 2007 06:51 AM
Secure Access for menu only use with menu items active by user =?Utf-8?B?VG9tc0xpYnJhcnk=?= Microsoft Access Security 0 10th Aug 2006 08:00 PM
How do you access the system menu to add menu items under .net MD Websunlimited Microsoft Dot NET Framework 0 26th Mar 2004 03:47 PM
How to access sub menu items in Menu Bar mookashi Microsoft Outlook VBA Programming 1 24th Feb 2004 12:18 PM
How to access sub menu items in Menu Bar mookashi Microsoft Outlook VBA Programming 0 23rd Feb 2004 11:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:44 PM.