How to extract some text from list in some order?
Sat, 4 Oct 2008 03:19:40 -0700 (PDT)
Hello.
There is one document which has many numbered paragraphs (from 1 to 50
or different). I need to get from this list of some paragraphs
together for next order: 1 and 31, 2 and 32...30 and 50.
For example:
The number list view like:
1. Some text some text.
2. Other some text.
3. And more other text.
.. ...
|
How to convert numbered list to plain text?
Sat, 4 Oct 2008 02:25:56 -0700 (PDT)
Hello.
There is big numbered list (1-50 items). I need to convert it to plain
text. How?
I tried to use the "UnLink" method but it not exactly what I want.
Thank you very much. ...
|
Embed pulldown menu in a document
Fri, 3 Oct 2008 15:36:03 -0700
I would like to have a pulldown menu (hereinafter "menu") inside my document,
but not to include just a couple of words - like the button feature offers.
I would like the menu to show several options. After selecting an option, a
macro would insert the selected paragraph of text.
Thank you. ...
|
Word count from word document into a cell in excel
Fri, 3 Oct 2008 08:49:02 -0700
Hi everybody,
I'm trying to do something very specific with absolutely no luck. All I want
to do is find a way of putting the word count from a word file into a cell in
an excel file. Ideally, I'd like a way of updating the the wordcount to a
different cell in the same worksheet each time I perform the macr ...
|
hyperlink to automatically attach document to email
Fri, 3 Oct 2008 08:23:01 -0700
I have created an order form. Within that order form I have added a submit
button (hyperlink to my email). I would like for the hyperlink to
automatically insert the order form into the email or send as an attachment. ...
|
Return files from a date range
Fri, 3 Oct 2008 07:52:14 -0700 (PDT)
I used the Macro from the Word MVP site to insert the names of files
in a folder into my Word document. What I want to do now is limit the
files that are inserted by a date range. I can create a userform that
I can put a start date and finish date in but I don?t know how to
bring in the creation date of the fi ...
|
How to control an already open workbook from Word
Fri, 3 Oct 2008 07:06:30 -0700 (PDT)
Hi,
I would like to modify an already open workbook from Word VBA.
I found this macro:
Sub Macro1()
Dim oXL As Excel.Application, oWB As Excel.Workbook
Set oXL = GetObject(, "Excel.Application")
Set oWB = oXL.Workbooks.Open("D:\workbook.xls")
'my code
End Sub
It works fine, but if ...
|
|
|
How to save all open document into some the folder?
Fri, 3 Oct 2008 05:39:04 -0700 (PDT)
Hello.
There is many open documents. Some has names, some - is a new (not
saved). I need to save they all into one some folder. How?
Your help is much appreciated. ...
|
MS word 2007 PasteSpecial
Thu, 2 Oct 2008 23:41:01 -0700
hi,
i has a application that call pastespecial function in MS word 2007, it give
me black color window meta file. Basically, this application will open a word
doc which has a small drawing file inside, and then use the pastespecial it
to another opened word document. It give me the black color picture.
...
|
List Text that uses built-in style Heading 1 in a MsgBox
Thu, 2 Oct 2008 23:25:50 -0700 (PDT)
Dear Experts:
Below macro (courtesy of Lene Fredborg) lists the text that uses built-
in style Heading 1 in a new document.
I would like the macro changed with the following feature:
(1) list the text in a msgbox, not in a new document
(2) the outline numbering should also be listed (such as 1
Introducti ...
|