Stepping through a document
Thu, 10 Apr 2008 21:39:16 -0700
I have dozens of Word documents that are composed mostly of tables, and a
line that labels the table.
There may be many tables in one document. Some documents have hundred of
rows in many tables.
e.g:
Table name or descriptor
column one data column2 data
next Col1 data corresponding ...
|
Looking for colored text
Mon, 14 Apr 2008 13:57:27 -0300
I wasn't sure how to proceed/it if is possible...
I have a Word (2007) doc that I've highlighted manually. Can I use VBA
to pull out just the colored text?
I'd either copy the colored text to a new doc, or stip out the
non-colored text from the current doc, then save it as a new name.
Marco
--
Mic ...
|
Skipping numbers in enumerated lists from VBScript/VBA
Thu, 10 Apr 2008 11:17:00 -0700
Hello
I would like to be able to create a numbered list from VBScript/VBA, and
skip certain numbers in that list.
E.g.:
1. First insertion
2. Second insertion
6. Third insertion
From the object structure exposed by the ListParagraphs collection, it seems
that some "empty" list elements are inserted b ...
|
remove image from file with vba
Tue, 8 Apr 2008 10:05:02 -0700 (PDT)
hello, any know how I can remove a picture from file (.doc) with vba
code??
( i dont know the name of picture to remove)
thx in adv.
...
|
Template with macro / userform for data
Sun, 06 Apr 2008 19:36:53 +1200
I need to set up a template with a user form to give data which will
replace bookmarks.
I am new to macros in Word, and wonder if there is an example macro
available on the web that I could look at and adapt to my situation. I
looked on the Microsoft and various other websites but they all seem
to just expla ...
|
Replace Page Breaks with Section Break-Next Page
Sat, 5 Apr 2008 14:01:04 -0500
Windows XP Pro SP2
Word 2003 SP3
Can this be done with a Macro for the entire document?
Thanks!
-gk-
...
|
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 ...
|