In Word 2010, I have a picture on the page that I want to resize to full page. I can do it manually by:
Home – Editing – Select – Select Objects – Click on the picture to select it.
Format – Size – type 8 in height and hit Enter to size it to full page.
(there may be a better way to do it, I just know about this way)
Then I want to record a macro to see the code behind my actions:
Developer – Record Macro – Macro Name: “Macro1” – OK
All the steps from above
Developer – Stop Recording
I get:
Code:
Sub Macro1()[green]
'
' Macro1 Macro
'
'[/green]
End Sub
Have fun.
---- Andy