Hello people!
I think I may have figured out a way to have a macro take text from a webpage and stick it into an access database. I have a bit of code I worked on but it doesn't work. Can someone at least tell me if the theory/idea is valid and possible? Here's the code:
Sub EnterText()
Dim Text1
Dim appAccess As Access.Application
Set appAccess = CreateObject("Access.Application"
DoCmd.OpenForm "Form1"
Text1.Value = ActiveXCtl0.OpenURL("End Sub
Thanks!
I think I may have figured out a way to have a macro take text from a webpage and stick it into an access database. I have a bit of code I worked on but it doesn't work. Can someone at least tell me if the theory/idea is valid and possible? Here's the code:
Sub EnterText()
Dim Text1
Dim appAccess As Access.Application
Set appAccess = CreateObject("Access.Application"
DoCmd.OpenForm "Form1"
Text1.Value = ActiveXCtl0.OpenURL("End Sub
Thanks!