I'm trying to do the following with VBA code:
Open an existing word document
Insert a picture (company logo) from a jpg file at the top left of page 1
Insert text (company name and address) at the top right of page 1
Format the text (bold, font, etc)
What is the command to move to the beginning of page 1?
How can I position the text to start at a particular line and column?
When I use the macro recorder, a lot of the commands start with "selection." What commands can I use to set the "selection" range?
Any sample code would be appreciated.
Open an existing word document
Insert a picture (company logo) from a jpg file at the top left of page 1
Insert text (company name and address) at the top right of page 1
Format the text (bold, font, etc)
What is the command to move to the beginning of page 1?
How can I position the text to start at a particular line and column?
When I use the macro recorder, a lot of the commands start with "selection." What commands can I use to set the "selection" range?
Any sample code would be appreciated.