|
-
Jan 10th, 2000, 07:50 AM
#4
Hyperactive Member
Hi, trophyfish.
You can use InternetExplorer Object.
Set reference to Microsoft Internet Controls.
Dim IE As InternetExplorer
Set IE = New InternetExplorer
IE.ToolBar = False
IE.MenuBar = False
IE.Visible = True
IE.Navigate "http://www.vb-world.net"
I am not sure what you mean by copying text, because it's already build in Internet. Try this code and you'll see what I mean.
Good luck
Larisa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|