Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Word Formatting and Automating changes

Status
Not open for further replies.

bmccall17

Programmer
Dec 15, 2005
1
US
I am working on a project where I copy 25-40 pages of Word content into an HTML page. I am in the habit of doing all the copy before replacing the following with a global search and replace:

' ==> ’
" ==> ” + “ (respectively)
1. ==> <li>
& ==> &amp;

Its standard to change these when copying from Word. I want to find out a way to automate this transfer so that when I copy the content the code is injected in the correct place. It would be really nice if it was "inline" while I was working!!

I have heard there may be a macro that will do this.

Can anyone help me with resources to set up such automation?


Thanks,
Brett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top