I need to open a .html file from my VB program but the HTML file is on my hard drive, i.e doesn't have a URL like http://.... The shell command: Call Shell("start http://....", vbHide) doesn't seem to work in this case. How else can I open the HTML file?
