Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OfficeXP and flipping images

0 views
Skip to first unread message

Stuart Bailie

unread,
Feb 11, 2002, 2:47:56 PM2/11/02
to
I have found that when a document is created under Word2000 and then loaded
in to WordXP some images are flipped both vertically and horizontally. I
have found that the only reference that MS's KB has if for that of
Powerpoint. I had hopes that someone here would be able to help me out.

How can I make it so this doesn't happen any more? We currently have a
mixed office of both 2000 and XP and it looks like it could be this way for
a while due to the troubles that are cropping up in XP.

Suzanne S. Barnhill

unread,
Feb 11, 2002, 4:31:32 PM2/11/02
to
If you find out what's doing it, perhaps you can bottle some and send it to
the users who want to know how to flip images. <g>

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Stuart Bailie" <sba...@newswire.ca> wrote in message
news:Xns91B296BBCE564...@207.46.230.185...

Cindy Meister -WordMVP-

unread,
Feb 12, 2002, 6:04:25 AM2/12/02
to
Hi Stuart,

What's is the KB article you found for Powerpoint?

> I have found that when a document is created under Word2000 and then loaded
> in to WordXP some images are flipped both vertically and horizontally. I
> have found that the only reference that MS's KB has if for that of
> Powerpoint. I had hopes that someone here would be able to help me out.
>

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.mvps.org/word
http://go.compuserve.com/MSOfficeForum

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

Stuart Bailie

unread,
Feb 12, 2002, 12:21:50 PM2/12/02
to
The Article that I found was:
PPT2002: Image Appears Flipped in Presentation from Earlier Version of
PowerPoint (Q278550)

After looking in the KB again I didn't find anything that would further
help my problem.

Cindy Meister -WordMVP- <CindyM...@swissonline.ch> wrote in
news:VA.00005538.0077ca0c@speedy:

Beth Melton

unread,
Feb 12, 2002, 2:37:57 PM2/12/02
to
Hi Stuart,

Although this may not help 100%, but did you try the steps outlined in the article? In Word 2002 did you flip them so they were correct, save, and then reopen in Word 2000?

Otherwise what kind of images are they? Clipart? What happens if you ungroup the Clipart image and then group it again?
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Please post replies/further questions to the newsgroup so that all may benefit.

Stuart Bailie wrote in message ...

Stuart Bailie

unread,
Feb 12, 2002, 3:10:53 PM2/12/02
to
Following the instructions isn't a problem, which does work.

The problem is that there are SO many documents that created here "in
house" and that e-mailed to us from outside our company that taking the
time out to check every document that gets sent to us would become
laboursome. We have too many documents to be able to just say "Just flip
the image back again."

From the productivity angle of things this is a pretty big negative.

If this is really a format that can be shared so easily, among Office
products, why is it that the backwards compatibility suffers so much to
make more effort when dealing with older documents.

I refuse to believe that this is a planned bug to annoy IT/IS into
upgrading their versions of Office just to avoid this bug.

"Beth Melton" <bme...@mvps.org> wrote in
news:uzgfpz$sBHA.2284@tkmsftngp07:

Bob Buckland ?:-)

unread,
Feb 12, 2002, 8:07:07 PM2/12/02
to
Hi Stuart,

What happens is that in previous versions of Office it
was possible to set the bit that records whether the
graphic is flipped, even though not all of the Office
apps could actually flip the graphic.

The problem is that there's no way for Word, or the
other apps to know if, when the file is opened, if
the bit was set intentionally, although based on the
version it was created in it can be a pretty good clue :)

Along with the Powerpoint 2002 article
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q278550

This is an Excel macro that can be used to re
set the flipped bits that I suspect Cindy or Beth can modify
(improve on) to work in Word on a single file or on
a folder full of documents, assuming that all of
the flipped graphics are unintended behavior,


'=================
Sub shape_flip()
Dim shp As Shape
For Each shp In ActiveSheet.Shapes
If shp.HorizontalFlip = msoTrue Then
shp.Flip (msoFlipHorizontal)
End If

If shp.VerticalFlip = msoTrue Then
shp.Flip (msoFlipVertical)
End If
Next
End Sub
'====================

=============
<<"Stuart Bailie" <sba...@newswire.ca> wrote in message news:Xns91B39AA04315E...@207.46.230.185...


Following the instructions isn't a problem, which does work.

The problem is that there are SO many documents that created here "in
house" and that e-mailed to us from outside our company that taking the
time out to check every document that gets sent to us would become
laboursome. We have too many documents to be able to just say "Just flip
the image back again."

From the productivity angle of things this is a pretty big negative.

If this is really a format that can be shared so easily, among Office
products, why is it that the backwards compatibility suffers so much to
make more effort when dealing with older documents.

I refuse to believe that this is a planned bug to annoy IT/IS into
upgrading their versions of Office just to avoid this bug. >>

--
Hope that helps,

Bob Buckland ?:-) MS Office Products family MVP
http://forums.compuserve.com/gvforums/default.asp?SRV=MSOfficeForum
*Courtesy is not expensive and can pay big dividends*

Get a Microsoft Certification of your Office App Skills:
http://microsoft.com/traincert/mcp/mous/requirements.asp

Try the new MS Knowledge Base Help and Support Search Tools & FAQ:
http://support.microsoft.com

Choose the newsgroups focused on your MS Office applications:

via Browser:
http://communities.microsoft.com/newsgroups/default.asp?icp=prod_office
by Newsreader: (Outlook Express)
news://msnews.microsoft.com

0 new messages