Hi
I have a ActiveX Web Browser on Access form. The code to load the url is:
Public Sub Form_Load()
Dim strURL As String
Dim objIE As Object
strURL = "xxxx.html"
Set objIE = Me.WebBrowser0.Object
objIE.Navigate2 strURL
End Sub
Is it possible to access the document objects...
Hi, hope somebody has seen this before
We have some Word documents that when opened do a mail merge. Since we upgraded to Office 2007 there has been an error.
The documents have some add on templates to import some ribbon buttons. When you merge more than one document at a time you get an...
Hi there sorry, yes I was talking about Lotus Sametime :-)
Does anyone know of a way to connect and send a message with Sametime from for example Access with VBA?
Sort of like the Notes SendMail VBA funktion that connects to a Notes Database and sends mail - but instead connects to Sametime.
Hi
Is there some way to test part of a string in an "IF THEN ELSE" mergefield? - Sort of like a Left() or substring function but for mergefields.
{ IF { MERGEFIELD fieldname } = "qwerty" "y" "z" }
For example if fieldnames length is unknown, can one test for "qwe" to give y and "qwerty" or...
Hi Is there a way to calculate holidays in JavaScript
The VBA below does that by calculating Easter and then adding or subtracting some days to get to the rest.
I have tried to convert the code to JavaScript - the easter calculation works but the other holidays does not. Is it possible to...
Hi. The code below replaces "AAA" with "BBB" in the document.
How can I avoid replacing "aaa" with "BBB"?
I have tried Option Compare Binary but without results. I could not check for lowercase inside the With either.
****************************************************
findx = "AAA"
replacex...
:-) Ok
What I am trying to do is:
The value of a { FORMDROPDOWN } field must be written to multiple { FORMTEXT } fields in a document.
Example: In a letter a user selects "I" or "We" from the dropdown and the text changes throughout the document to I/We.
I can do it with VBA but I am hoping...
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.