How to format select word wich was selected by double-click?
Wed, 23 Apr 2008 02:51:39 -0700 (PDT)
How to format select word wich was selected by double-click? Please
tell me about this more detailed, if possible. ...
|
How asking if a document has an image inline insert
Tue, 22 Apr 2008 06:56:08 -0700 (PDT)
Hello to all
How asking if a document has an image inline insert
by example
if documento have image_inline do
.....
.....
...
endif
thx in adv. ...
|
protecting a document
Mon, 21 Apr 2008 08:02:32 -0700 (PDT)
hello all,
I am trying to create a button by recording a macro to protect my
document by limiting formatting option. Here is the code when the
macro is recorded. But when I try to run the macro I get errors, here
is the code. Can someone tell me how to fix this? thank you.
Sub ProtectFormatting()
Ac ...
|
Property autofill contents
Mon, 21 Apr 2008 07:27:01 -0700
Good morning all.
I've been working with Excel for a while and have become reasonably
comfortable with macros.
Last week, a colleague and I were discussing having an autofill macro that
he'd made for excel which populates the contents, author name, and keywords,
etc... boxes in the property dialogue box.
H ...
|
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-
...
|