I'm not too good at this VBA stuff so I'd appreciate some 'gentle' help.

I have a database made up of .htm pages stored on my computer. They are a part of a complete database of information that enables me to edit them using html in the source code. At present the only way I can do this is to open the page in IE. right click and get up the source code and then enter my comments in html.

I would like to write something in VBA that enables me to open these 'web pages' in Notepad and then add some html. Then save and close it so that the next time I open it in IE the page has been changed as I need.

Can anyone tell me how to open the source code of a web page in Notepad from VBA?

Thanks in advance

-Paul