I
Isis
How can I call IE6 from Access using VB and have it load a specified local
file.htm ?
Any help much appreciated
file.htm ?
Any help much appreciated
Try using the ShellExecute API:
http://www.mvps.org/access/api/api0018.htm
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
Or because he wants to open IE to a particular web page:
fHandleFile("http://www.mvps.org/access", WIN_NORMAL)
Ah. I'd read "load a specified local file.htm" as meaning an htm file
on his hard drive.
Application.FollowHyperlink "http://www.msnbc.com"