Call IE with local html page loaded from Access ?

  • Thread starter Thread starter Isis
  • Start date Start date
I

Isis

How can I call IE6 from Access using VB and have it load a specified local
file.htm ?

Any help much appreciated
 
Copy everything between the Code Start and Code End statements, and paste it
into a brand new module. When you save the module, make sure you don't name
the module the same as any of the routine inside it.

To open a particular file, you'd then use:

Call fHandleFile("C:\Folder\File.htm", WIN_NORMAL)
 
Ah. I'd read "load a specified local file.htm" as meaning an htm file on his
hard drive.


--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)
 
Ah. I'd read "load a specified local file.htm" as meaning an htm file
on his hard drive.

In fact that is what I meant but this method is good because it is
versatile - and it solves my problem.

Thank you both.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top