Hi! I was wondering if somebody could help me understand some XML stuff. I'm not a programmer or a web developer. I'm working on a project that involves building a secure electronic interface in HTTPS/XML form. It's not officially my job to build the interface or document the tech specs; my part...
KenReay, found the following code online, and it worked:
-----
Dim str As String
str = "«linkhere»"
Application.FollowHyperlink str, , True
----
Thanks. I couldn't have found it without your tip. I used "docmd.followhyperlink" as my keyword in searching.
Question...since the code doesn't...
PHV, this is code I used:
-----
Dim stFile As String
Dim oApp As Object
'Path to URL
stFile = "http://www.starbucks.com"
'Create an instance of Internet Explorer
Set oApp = CreateObject(Class:="InternetExplorer.Application")
oApp.Visible = True...
thanks for the reply, ForumKB. that was actually the first thing i did..change my macro sec settings. but that didn't work. i even tried the lowest security setting...still to no avail. i don't understand why pc "thinks" macros are disabled...yet the other macros i created still work. both sets...
hi all...been working on this word doc for weeks. i wrote up some macros. my first batch of macros still work. last week, i created a few more macros, and every time i try to run those, i get an error message that says my macros are disabled. not sure if this is true because the first set of...
hey all...i'm in the process of finalizing my db and want to put a command button on my form that would open up IE and display a webpage on click. i've been googling for codes, as i'm a VBA rookie so couldn't write the entire code myself. got as far as getting IE opened. but it stops right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.