Hi Steve,
I do not have the suggested Reg Key, but i am using a currently
unsupported
version of 2007 within my company (am on pilot scheme).
Was this key added as part of SP1 for Office? I am not able to get any
updates so cannot check by installing the SP?
Is there any other options other than a Reg Fix?
Thanks so much again
:
Hi Christine,
Sorry, that was a quick grab from a FAQ that wasn't really ready for
human
consumption yet. ;-)
What it means is that you'd need to add a new registry entry here:
HKEY_CURRENT_USER/SOFTWARE/MICROSOFT/OFFICE/12.0/Common/Charting/MSGraphEnable
The entry should be a DWORD and should be set to a value of 1
No VBA or coding is needed, but if you're not familiar with editing
the
Windows
registry, it would be best to find someone who is and ask them to make
this change.
Making the wrong changes in the registry can muck things up pretty
badly.
Hi Steve, thanks for the response. While it does seem to answer the
question, I am still at a loss as to how? It looks like I may have
to
do
some coding but I'm unclear where to begin. Forgive my lack of
knowledge.
Do I follow the instructions at pptfaq.com on "How do I use VBA code
in
PowerPoint?" Thanks for your patience. Christine
:
Rathbunct
wrote:
I am generating graphs utilizing Excel and PowerPoint 2007, but
others are
using Office 2003. They would like to be able to edit the data
within the
graphs, but when I save it in a lower version, all graphs loose
their
editability and become images. Is there anyway around this?
Here's an answer from the PowerPoint FAQ at
http://www.pptfaq.com
HKEY_CURRENT_USER/SOFTWARE/MICROSOFT/OFFICE/12.0/Common/Charting/MSGraphEnable
If you add this key (DWORD) and set it to 1, the following
happens:
PowerPoint won't prompt the to convert existing MSGraph charts
when
you
double-click them. It simply treats it as earlier PPT versions
normally treat
MSGraph charts.
When you insert a new chart or click the chart icon in a content
placeholder,
PowerPoint inserts an MSGraph chart rather than the new-style
Excel
ones.
PowerPoint won't convert MSGraph charts if the user opens a legacy
document and
clicks on OfficeButton, Convert.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:
www.pptfaq.com
PPTools:
www.pptools.com
================================================
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:
www.pptfaq.com
PPTools:
www.pptools.com
================================================