Need help in WORD 2007

  • Thread starter Thread starter Neeraj Gupta
  • Start date Start date
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
 
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.
 
Back
Top