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
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