How to search HTML source for bold tags and paste to word document?

J

John Smith

I know that I can search the P element (paragraph) from HTML source, but how
to search only bold tags? Please help. Thanks.

Eddie
 
W

Word Heretic

G'day "John Smith" <[email protected]>,

a) use file open statements and process each line as it comes

b) paste via notepad. Ie: Paste HTML into Notepad, copy the result,
paste that into Word.


John Smith said:
I know that I can search the P element (paragraph) from HTML source, but how
to search only bold tags? Please help. Thanks.

Eddie

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email: [email protected]
Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.
 
Top