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>
& ==> &
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
' ==> ’
" ==> ” + “ (respectively)
1. ==> <li>
& ==> &
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