Hi,

I'm using the WebBrowser control in VB5 to display a page dynamically created from an Access report.

I want the user to be able to select my Save As menu/toolbar item in order to specify a drive/path/filename and save the page currently in the browser to a location of their choice (the page is overwritten each time the report is generated and will be different the next time it's opened).

I'm currently using the Common Dialog to allow them to specify a drive/path/filename and then using the filecopy statement to copy the file (Statement.htm) to the specified path.

Does anyone know of a more direct way of doing this?

Best regards,

Rob Brown.