Need help in WORD 2007

N

Neeraj Gupta

Dear All,

I have scanned some images & pasted the same in MS WORD 2007, but they
are pasted upside down. I want all the scanned images in my word
document to be in correct position. Basically I want to rotate them
180 degrees. I tried a MACRO in MS WORD as follows:
Sub Macro4()
'
' Macro4 Macro
'
'
Selection.WholeStory
Selection.ShapeRange.IncrementRotation 180#
End Sub

But, this macro only selects the whole document but do not rotate the
scanned images.


Thanks in advance
Neeraj
 
T

trip_to_tokyo

Dear All,

I have scanned some images & pasted the same in MS WORD 2007, but they
are pasted upside down. I want all the scanned images in my word
document to be in correct position. Basically I want to rotate them
180 degrees. I tried a MACRO in MS WORD as follows:
Sub Macro4()
'
' Macro4 Macro
'
'
    Selection.WholeStory
    Selection.ShapeRange.IncrementRotation 180#
End Sub

But, this macro only selects the whole document but do not rotate the
scanned images.

Thanks in advance
Neeraj

Click the picture / Format / Arrange group / clikc on the arrow to the
right of Rotate / click on Flip Vertical

If my comments have helped please rate my posting.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top