Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 24
Default PowerPoint-tags in Excel

Hi folks who know the use of tags in PowerPoint,

I have presentations in PowerPoint using MSGraph 2003 and here's what
I want to do via VBA.

This part I understand how to do: Get the data from the MSGraph
datasheet into an Excel worksheet.

I want to create the chart in XL using a Library of charts. That I can
do as well.

I'd like to automatically re-insert the XL chart back into PPT on
correct page and correct size. I suppose I could write the appropriate
values to the Excel worksheet and go delete the original chart in PPT
and size correctly. Anyone have any better ideas? Is there a tag-like
functiionality in XL like there is in PPT?

Brian Reilly, PowerPoint MVP

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default PowerPoint-tags in Excel

Brian -

I'm not too familiar with tags, except for being jealous that you guys got
em and we ain't. I would follow the same scheme that you're describing.
Don't delete the old chart until you know the new one has taken.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
...
Hi folks who know the use of tags in PowerPoint,

I have presentations in PowerPoint using MSGraph 2003 and here's what
I want to do via VBA.

This part I understand how to do: Get the data from the MSGraph
datasheet into an Excel worksheet.

I want to create the chart in XL using a Library of charts. That I can
do as well.

I'd like to automatically re-insert the XL chart back into PPT on
correct page and correct size. I suppose I could write the appropriate
values to the Excel worksheet and go delete the original chart in PPT
and size correctly. Anyone have any better ideas? Is there a tag-like
functiionality in XL like there is in PPT?

Brian Reilly, PowerPoint MVP



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 24
Default PowerPoint-tags in Excel

Jon,
Thanks for the advice.

Yes tags are wonderful. I've almost stopped using shape names in favor
of tags which store two properties, a name and a value. And you can
literally have thousands of them attached to a shape. It's sort of
like have two XL columns to store variables in like
Top 42

Brian Reilly, PowerPoint MVP

On Wed, 12 Sep 2007 21:22:27 -0400, "Jon Peltier"
wrote:

Brian -

I'm not too familiar with tags, except for being jealous that you guys got
em and we ain't. I would follow the same scheme that you're describing.
Don't delete the old chart until you know the new one has taken.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
.. .
Hi folks who know the use of tags in PowerPoint,

I have presentations in PowerPoint using MSGraph 2003 and here's what
I want to do via VBA.

This part I understand how to do: Get the data from the MSGraph
datasheet into an Excel worksheet.

I want to create the chart in XL using a Library of charts. That I can
do as well.

I'd like to automatically re-insert the XL chart back into PPT on
correct page and correct size. I suppose I could write the appropriate
values to the Excel worksheet and go delete the original chart in PPT
and size correctly. Anyone have any better ideas? Is there a tag-like
functiionality in XL like there is in PPT?

Brian Reilly, PowerPoint MVP


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default PowerPoint-tags in Excel

Do you still have these with the "new improved" Office 2007 shapes?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
...
Jon,
Thanks for the advice.

Yes tags are wonderful. I've almost stopped using shape names in favor
of tags which store two properties, a name and a value. And you can
literally have thousands of them attached to a shape. It's sort of
like have two XL columns to store variables in like
Top 42

Brian Reilly, PowerPoint MVP

On Wed, 12 Sep 2007 21:22:27 -0400, "Jon Peltier"
wrote:

Brian -

I'm not too familiar with tags, except for being jealous that you guys got
em and we ain't. I would follow the same scheme that you're describing.
Don't delete the old chart until you know the new one has taken.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
. ..
Hi folks who know the use of tags in PowerPoint,

I have presentations in PowerPoint using MSGraph 2003 and here's what
I want to do via VBA.

This part I understand how to do: Get the data from the MSGraph
datasheet into an Excel worksheet.

I want to create the chart in XL using a Library of charts. That I can
do as well.

I'd like to automatically re-insert the XL chart back into PPT on
correct page and correct size. I suppose I could write the appropriate
values to the Excel worksheet and go delete the original chart in PPT
and size correctly. Anyone have any better ideas? Is there a tag-like
functiionality in XL like there is in PPT?

Brian Reilly, PowerPoint MVP




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 24
Default PowerPoint-tags in Excel

Jon,
Yes, a shape is a shape even in Office 2007. Other stuff has changed
(g) but they didn't delete any of the old stuff. Check out the
PPTFAQ.com page and search on tags for more information. They are
really good things to know about if you are coding in PPT.

Brian Reilly, PowerPoint MVP

On Thu, 13 Sep 2007 18:50:24 -0400, "Jon Peltier"
wrote:

Do you still have these with the "new improved" Office 2007 shapes?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
.. .
Jon,
Thanks for the advice.

Yes tags are wonderful. I've almost stopped using shape names in favor
of tags which store two properties, a name and a value. And you can
literally have thousands of them attached to a shape. It's sort of
like have two XL columns to store variables in like
Top 42

Brian Reilly, PowerPoint MVP

On Wed, 12 Sep 2007 21:22:27 -0400, "Jon Peltier"
wrote:

Brian -

I'm not too familiar with tags, except for being jealous that you guys got
em and we ain't. I would follow the same scheme that you're describing.
Don't delete the old chart until you know the new one has taken.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Brian Reilly, MVP" wrote in message
...
Hi folks who know the use of tags in PowerPoint,

I have presentations in PowerPoint using MSGraph 2003 and here's what
I want to do via VBA.

This part I understand how to do: Get the data from the MSGraph
datasheet into an Excel worksheet.

I want to create the chart in XL using a Library of charts. That I can
do as well.

I'd like to automatically re-insert the XL chart back into PPT on
correct page and correct size. I suppose I could write the appropriate
values to the Excel worksheet and go delete the original chart in PPT
and size correctly. Anyone have any better ideas? Is there a tag-like
functiionality in XL like there is in PPT?

Brian Reilly, PowerPoint MVP



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
mappoint smart tags in excel - (not working) Nick Gibbs Excel Discussion (Misc queries) 0 August 20th 07 11:18 AM
editing music tags in excel [email protected] Excel Worksheet Functions 0 April 18th 07 02:46 PM
How do I add smart tags to stock symbols in an Excel chart? laurel_i Excel Discussion (Misc queries) 0 January 17th 06 02:10 AM
Excel to PDF w/ Data Tags Dorian C. Chalom Excel Discussion (Misc queries) 0 October 18th 05 09:13 PM
smart tags in Excel? Jr Geek Squad Wanna Be Excel Discussion (Misc queries) 0 September 21st 05 10:13 PM


All times are GMT +1. The time now is 07:01 AM.

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

About Us

"It's about Microsoft Excel"