Link to home
Start Free TrialLog in
Avatar of Cindy Lou
Cindy Lou

asked on

Importing from a html file using vba in ms access

Can I import from a html file using vba in ms access?

docmd.transfer (what?)
ASKER CERTIFIED SOLUTION
Avatar of Cindy Lou
Cindy Lou

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jim Dettman (EE MVE)
Make sure you accept your own comment as answer.

 Also note that the docmd.transfer methods are generally limited in what you can do with them.   But you can using the Microsoft XML doc lib talk to a web site and scrape pages with VBA code.

Jim.
Avatar of Cindy Lou
Cindy Lou

ASKER

It works.