need to find pictures and add a return after each one

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i've got a document with 168 pictures (2 per page) all on top of each other.
i need to put a return after each picture...anyone know how to do this in VB?
thanks.
 
No need for VB.

- Open the Replace dialog.

- In the Find What box, enter the code for a graphic,

^g

- In the Replace With box, enter the code for the item that was found
and a paragraph mark,

^&^p

- Click the Replace All button.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

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

Back
Top