I want the user of my app to launch a web browser with a locally stored HTML file (e.g. 'F' drive) from a form control. I've tried using the code below, but this fails as the browser edit line automatically starts with http:\\. Can this be done?

Returnvalue = Shell("C:\Program Files\Internet Explorer\iexplore.exe - file://BookByte\Review.html", 1)

Thanks for any help,

Alan