View Full Version : Getting Meta Tags


ezykiwi
12-08-2006, 07:01 PM
Im trying to bring meta tags into excel
and Ive got it getting the title with

Cll.Offset(, 1).Value = IE.document.Title

but what im trying to do is also get other information such as keywords and descriptions...
ive tried using

IE.document.Keywords but no luck....

Anyone got any ideas?

Cheers Ezy