Hii
i have selected some text , and now i wanted to replace that selected text with ant HTML tag like <i>selectedtext</i>
so how can i do this , i am unable to write a macro for this.
thanks
alok
Help needed
Moderators: AmigoJack, bbadmin, helios, MudGuard
The easiest way is to use the Clip Library. Open the HTML Tags clip library and double-click Font - Italic. That's it!
Since you posted this in the Regular Expressions forum, another way to do it is to select the text, open the Replace dialog, enter the following values:
Find what: selectedtext
Replace with: <i>&</i>
[x] Regular expression
and click Replace.
Andrew
Since you posted this in the Regular Expressions forum, another way to do it is to select the text, open the Replace dialog, enter the following values:
Find what: selectedtext
Replace with: <i>&</i>
[x] Regular expression
and click Replace.
Andrew