Text box test change
Thu, 08 Nov 2007 03:30:33 -0800
hi all....my code is below...i want to be able to change a certain
word in my document to another but it fails to change the text in the
text box at the top of my page....any help please
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "f ...
|
Open a userform when word opens and on New documents??
Wed, 07 Nov 2007 07:11:55 -0800
I have a Userform that I want to open when either a new document is
created or word opens for the first time eg. Document1.
I have tried in VB "ThisDocument/Document_New option and AutoNew
option, but both seem to only work when you already have word open and
create a second document. They dont seem to work wh ...
|
Warn wrong printer
Wed, 07 Nov 2007 05:43:27 -0800
I am llooking for a piece of code to warn a person that when they are
printing that the printer they have select is the wrong one and to
either warn them or send it to the correct printer....VERY URGENT
log ...thanks in advance
...
|
Converting template/macros/custom toolbar from Word 2003 to Word 2
Tue, 6 Nov 2007 12:02:01 -0800
Hello,
My company recently moved to Office 2007. We have several Word templates
with macros and custom toolbars developed in Word 2003. The toolbars show up
in the Add-Ins tab in Word 2007, and that is fine. But how do I update these
toolbars in Word 2007 as I create new macros?
These templates are used ...
|
How to save messages to a log file?
Mon, 05 Nov 2007 12:58:35 -0800
I am new to VBA coding. I need to save messages to a log file so I can
monitor my Macro's process by the messages in the log file. Can anyone
give me a sample code to save messages to a file?
Thanks.
-Jojo
...
|
Radio Buttons
Mon, 05 Nov 2007 03:24:46 -0800
Hi there,
Please could some one help me with some code to say if this set of
radio of buttons is not selected then please do so.
thanks
Matt
...
|
Creating Macros in Word 2000
Sat, 3 Nov 2007 11:44:37 -0400
Hello:
I can create a macro in Word 2000 as long as I have it set to store the
macro in Normal.dot. If I have the "Store macro in:" drop-down list set
to "My Report.dot" (a template I created) or the document itself, I receive
the error: "Unable to create macro." I have SP-3 installed. Does
anyone kn ...
|
|
|
loop to create multipage doc with single page tempate
Fri, 2 Nov 2007 15:15:23 -0700
I want to loop thru an Access recordset, and create multiple pages from same
1 page
Word template. I can create one page ok with, but I'[m not sure how to add
another page, (using same template), using next row from Access.
(the Access part I know, just not how to start another page, and loop back
to insert ...
|
Word XP macros in Word 2007
Thu, 1 Nov 2007 17:03:53 +0800
Hello,
I am using Word XP, considering upgrading to Word 2007.
I am concerned about opening my XP documents using Word 2007, because I
remember that ages ago, Word 6 macros, once opened by Word 97, are
automatically converted to Word 97 (vba) macros, and can never again be
opened by Word 6.
What will ...
|
"Application not found" error message
Thu, 1 Nov 2007 15:10:50 +0800
The following code:
Dim objshell As Object
Set objshell = CreateObject("Shell.Application")
objshell.Open "http://www.google.com/"
runs fine in most machines in my office, but a few machines display the
error message:
"Application not found" on executing line 3.
There is no difference in the configurat ...
|