Access 2010 webbrowser control

E

exebat

Is there any way to navigate the new webbrowser control built-in ms
access 2010 from VBA ?

Webbrowser.navigate does not work.
 
T

Tom van Stiphout

On Tue, 8 Jun 2010 11:05:15 -0700 (PDT), exebat

Use:
Me.myWebBrowserControl.Object.Navigate myUrl

-Tom.
Microsoft Access MVP
 
Top