Replace Page Breaks with Section Break-Next Page
Sat, 5 Apr 2008 14:01:19 -0500
Windows XP Pro SP2
Word 2003 SP3
Can this be done with a Macro for the entire document?
Thanks!
-gk-
...
|
Table Captions automate Centre All Tables
Sat, 5 Apr 2008 17:54:23 +1100
Back again,
Looking to centre ALL inline Tables/Figures in my document? Is that
possible - on a deadline (every time save helps).
...
|
Insert Line Break every 215 Characters
Fri, 4 Apr 2008 10:44:07 +0100
Hello Group!
Is it possible to have Word insert a line break automatically after every
215 characters (spaces inclusive)?
Thanks in advance.
Ahmed
...
|
HTML codes convert to Attribute
Fri, 4 Apr 2008 08:16:21 +1100
Client sends documents with typesetting codes - how do I find/replace the
bold, italic and bold/italic and add the attribute to the text in html code
and remove the html code in a loop? Is it possible to do in one macro guys?
This is a test paragraph showing both the <B>bold terms<B> and words, as
well as th ...
|
Make a macro pause for user input
Wed, 2 Apr 2008 17:07:55 -0700
How can I make a macro pause for the user to type some text that I will plug
in to multiple places during the course of the macro?
TIA,
Kathy
...
|
system.privateprofilestring
Mon, 31 Mar 2008 08:27:00 -0700
Hello All:
I have a custom template running in word . The users input is stored and
retrieved from a INI file residing on the user's computer and the method of
writing and reading form the INI file was to use system.privateprofilestring.
This worked perfectly in word 2003 and now in word 2007 I get an error
...
|
Document Refresh Macro
Fri, 28 Mar 2008 06:33:00 -0700
I would like a macro that did the following:
Select whole document.
F9
Update Entire Table - possibliy three times.
then Repeat once.
How do you get the Update Entire table to work for different documents that
sometimes have one Table and sometimes three Tables? Also how to repeat
process only once?
I ...
|
|
|
vba code to search in a txt document
Thu, 27 Mar 2008 05:38:03 -0700 (PDT)
Hi!
I have to write some code in VBA, so that i can search a given string
in a txt document.
If I find that string in the txt document, I have to take the line of
code in which I found the searched string and put it in a variable in
VBA.
If you have some usefull ideas on how to do this, please answer.
Tha ...
|
applying different font styles
Wed, 26 Mar 2008 14:49:01 -0700 (PDT)
Hello,
I have a script that reads several items in a loop and creates a
header then a table for each. The header and the table text should
have different styles, but all the text gets the style I first set for
the header. In the script below you can see I try to set the font size
to 10 before adding a table, ...
|
Implement code in VBA
Wed, 26 Mar 2008 05:58:04 -0700
When I enter VBA code to perform a task in Word, how do I implement it? ...
|