|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
|
List Boxes
I have setup up a userform with three option buttons. When the first option
is selected, I want a list box to either appear or enabled along with
dedicated OK and Cancel buttons specifically for the list box. Then when the
user selects the item in the listbox, it will be used to nominate a specific
folder for saving the doc.
In the code below, the correct Select Case option works, but
...
|
3 |
08.11.2005 00:45:42 |
|
Setting some headers/footers
I have a template with three sections and a userform from which the front
page title, mmm yyyy, and various headers are automatically inserted.
The first two sections have headers and footers different from the third
section¹s - which starts the main part of the document - and so they are not
made ³same as previous². The form works fine if a document has only three
sections. All headers and...
|
2 |
02.11.2005 21:45:08 |
|
How to make a routine that will automatically print a word file after it has been changed via an ole link to an excel file?
Hello guys. I know nothing of programming and would like to know how
can I make a routine that, as I said, would print automatically a word
file after it's been changed via an ole link with an excel worksheet
(that implies I've changed the excel file).
I would like the routine to be on the excel file, so I won't need to
open the word file everytime.
Also, I made the ole link and it updates...
|
2 |
02.11.2005 12:23:30 |
|
2 Listboxes
Hello,
I have a word template for which I have created a userform. The userform has
2 ListBoxes and a commandButton. I want to choose either ListBox1 or
ListBox2, but I failed.
To populate the 2 ListBoxes :
Private Sub UserForm_Initialize()
LisBox1.List = Array("Text1", "Text2", "Text3")
ListBox2.List = Array("Text4", "Text5", "Text6")
End Sub
The CommandButton :
Private Sub CommandBut...
|
4 |
31.10.2005 11:52:13 |
|
Remove all contents from the Header of a document
I have some documents that are being inserted into an exhisting document.
Some of the documents have headers that are changing my template. Is there
a macro to get rid of all contents in a header. Including any tables that
might be in there? I mean anything that is in there.
Please advise.
thanks in advance.
...
|
9 |
31.10.2005 04:03:06 |
|
|