|
-
Apr 13th, 2004, 12:11 PM
#1
Thread Starter
New Member
pasting from web browser control to an access form
I am trying to move text from a web page (inside a web browser control) into a form in Access 2000. The web browser control has functions for moving text on to the clip board:
wbc.ExecWB OLECMDID_SELECTALL
wbc.ExecWB OLECMDID_COPY
However, I seem to be stuck there not being able to retrieve the text from the clipboard. I would ideally like to have it in a text string in VBA for formating before placing in a form.
I tried the windows clipboard functions (from the "user32 library") but am not having any luck there (unfortunately, I am not a Windows programmer).
Any ideas from the Access and/or Windows gurus out there would be greatly appreciated!
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
|