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
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...
Hi
I am trying to set the value of a Textfield in a word form with the value of a dropdown selectbox.
I can do it with numbers, for example having Standard text of the field as "='bookmark'", but it does not work with text.
Does anyone know how to do this?
Thanks!
Hi there,
There is only room for 50 characters in a dropdown-formfield (MS-Word)?
I need to get 57 characters into a dropdown list but I can not see how that is possible.
Can anyone help? Thanks!
Hi
How can one set the left margins og all tables in a document using VBA?
I tried the record macro trick but inforuanately you cant move the table when recording :-(
thanks
Hi
I had a word document that opens, play a macro and then window closes itself with:
"ActiveWindow.Close SaveChanges:=False"
Now I have a link from some HTML page that opens this Word document. The document opens inside the browser and I get en error when the macro tries to close with...
Hi
I am using a '.dot' that contains various paragraphs that are inserted into the document as Autotext with VBA. I have a problem that all the bullet formatting changed mysteriously since I made the template (from normal bullet to indentet text).
I need to change the formatting for bullet...
Hi!
How does one with VBA insert pagenumber/pages as TEXT.
The reason i am trying to do this is because when unlinking all fields and shapes in the document, the pagenumber in the pagefoot is unlinked and all the pages gets the same "page"/"pages" value.
Can anyone help...or have another...
Hi
Im not to well informed with when it comes to sql.
Is it easy to join the contents of 2 columns into one? Something like this...
Table:
xx aa bb xx xx xx
xx aa xx xx xx xx
xx aa xx xx xx xx
xx aa xx xx xx xx
xx aa xx xx xx xx
xx aa bb xx xx xx
xx aa bb xx xx xx
xx aa xx xx xx xx
Query...
Hi!
Does anyone know if there is a limit to the address length when using FollowHyperlink...for example:
ActiveDocument.FollowHyperlink Address:=xxxxxxxx
I am having problems passing long url's.
Hi!
VBA for [Shift][Ctrl][F9] when using mailmerge:
Can anyone help me? How can I get hold of the VBA code for removing mergefields from a document and replacing it with plain text - Like when you use [Shift][Ctrl][F9]?
And a second part to the question - can one restrict the effect of this...
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.