A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How find Command bars and controls in PPT 2007. They exist!



 
 
Thread Tools Display Modes
  #1  
Old November 2nd, 2008, 01:41 AM posted to microsoft.public.office.developer.vba,microsoft.public.powerpoint
bob
external usenet poster
 
Posts: 37
Default How find Command bars and controls in PPT 2007. They exist!

Hi,

Command bars and controls exist in 2007, despite what you could imagine
after the Ribbon...
How do you find them? I tried stepping through all the commands, but may
have missed how to find all.

For instance the following PPT VBA code works:
" Application.CommandBars.ExecuteMso ("SlideReset")"

But how could I find the control?!!
More importantly, how do I find the control for "Edit Data" in PPT? (Edit
the Chart data).


Many thanks,


Bob



  #2  
Old November 2nd, 2008, 10:20 AM posted to microsoft.public.office.developer.vba,microsoft.public.powerpoint
John Wilson
external usenet poster
 
Posts: 6,023
Default How find Command bars and controls in PPT 2007. They exist!

"ChartShowData" - Be careful it will crash if used out of context (ie no
chart selected)
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Hi,

Command bars and controls exist in 2007, despite what you could imagine
after the Ribbon...
How do you find them? I tried stepping through all the commands, but may
have missed how to find all.

For instance the following PPT VBA code works:
" Application.CommandBars.ExecuteMso ("SlideReset")"

But how could I find the control?!!
More importantly, how do I find the control for "Edit Data" in PPT? (Edit
the Chart data).


Many thanks,


Bob




  #3  
Old November 2nd, 2008, 07:43 PM posted to microsoft.public.office.developer.vba,microsoft.public.powerpoint
bob
external usenet poster
 
Posts: 37
Default How find Command bars and controls in PPT 2007. They exist!

Thanks!

How did you find that?
Why odes it crash?

Bob

"John Wilson" john AT technologytrish.co DOT uk wrote in message
...
"ChartShowData" - Be careful it will crash if used out of context (ie no
chart selected)
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Hi,

Command bars and controls exist in 2007, despite what you could imagine
after the Ribbon...
How do you find them? I tried stepping through all the commands, but may
have missed how to find all.

For instance the following PPT VBA code works:
" Application.CommandBars.ExecuteMso ("SlideReset")"

But how could I find the control?!!
More importantly, how do I find the control for "Edit Data" in PPT? (Edit
the Chart data).


Many thanks,


Bob






  #4  
Old November 2nd, 2008, 10:26 PM posted to microsoft.public.office.developer.vba,microsoft.public.powerpoint
John Wilson
external usenet poster
 
Posts: 6,023
Default How find Command bars and controls in PPT 2007. They exist!

The command you mention is context specific and normally only available when
a chart is selected. In code you can call the command at other times.

To deduce the msoCommand name goto Office Button PowerPoint Options
Customize All Commands and hover over the item in question (Edit data) I
think you will see how it's done!
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Thanks!

How did you find that?
Why odes it crash?

Bob

"John Wilson" john AT technologytrish.co DOT uk wrote in message
...
"ChartShowData" - Be careful it will crash if used out of context (ie no
chart selected)
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Hi,

Command bars and controls exist in 2007, despite what you could imagine
after the Ribbon...
How do you find them? I tried stepping through all the commands, but may
have missed how to find all.

For instance the following PPT VBA code works:
" Application.CommandBars.ExecuteMso ("SlideReset")"

But how could I find the control?!!
More importantly, how do I find the control for "Edit Data" in PPT? (Edit
the Chart data).


Many thanks,


Bob







  #5  
Old November 3rd, 2008, 08:55 AM posted to microsoft.public.office.developer.vba,microsoft.public.powerpoint
bob
external usenet poster
 
Posts: 37
Default How find Command bars and controls in PPT 2007. They exist!

Brilliant!

Thanks,

Bob
"John Wilson" john AT technologytrish.co DOT uk wrote in message
...
The command you mention is context specific and normally only available
when
a chart is selected. In code you can call the command at other times.

To deduce the msoCommand name goto Office Button PowerPoint Options
Customize All Commands and hover over the item in question (Edit data) I
think you will see how it's done!
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Thanks!

How did you find that?
Why odes it crash?

Bob

"John Wilson" john AT technologytrish.co DOT uk wrote in message
...
"ChartShowData" - Be careful it will crash if used out of context (ie
no
chart selected)
--
Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoi...tutorials.html
_______________________________




"Bob" wrote:

Hi,

Command bars and controls exist in 2007, despite what you could
imagine
after the Ribbon...
How do you find them? I tried stepping through all the commands, but
may
have missed how to find all.

For instance the following PPT VBA code works:
" Application.CommandBars.ExecuteMso ("SlideReset")"

But how could I find the control?!!
More importantly, how do I find the control for "Edit Data" in PPT?
(Edit
the Chart data).


Many thanks,


Bob









 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:52 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.