| Thread | Last Post | Replies |
|
| Working with multiple computers | 27 Aug 2003 12:56 GMT | 6 |
I brilliantly created a userform to paste pictures in a table in a WORD document. Now, when I want to use this document on a DIFFERENT computer, it will not work.
|
| Populate a listbox using DAO | 27 Aug 2003 12:38 GMT | 3 |
Hi Group I don't know if I'm posting to the right place here but perhaps someone could help me out. I've just read the Word MVP feature "Load a ListBox from a Named Range in
|
| Macro Help | 27 Aug 2003 10:48 GMT | 1 |
I'm not sure if this is the right place for my question, but here it goes: I'm working for a company and we need to create some way to protect a word document in this way - a person "signs"
|
| Userform -> Formfield error 4609: "String too long" | 27 Aug 2003 10:47 GMT | 3 |
Using Word 2000 on Windows NT4. I have a document containing Formfields (protected for forms etc) for completion by users. In some areas a UserForm is displayed to capture data in
|
| Help with converting textboxs into comboboxes | 27 Aug 2003 09:33 GMT | 1 |
I have used the example from the MVP site. It works great. The next step I wish to take is converting the PD line and address lines into comboboxes. I have agencies and their addresses that are used repeatedly and wish to store them inside comboboxes. With this change, I will be ...
|
| Joining paragraphs? | 27 Aug 2003 06:57 GMT | 2 |
I am wondering what the best approach would be to remove unwanted paragraph marks in a document. The document that I am trying to format has the following attributes: Each block of text is surrounded by two paragraph marks. The first two
|
| Invoice Numbers | 27 Aug 2003 00:53 GMT | 2 |
I know that I read the answer to this question in the past so I'm sorry to repeat it, but.... In a template for an invoice, what do I do to make a new, sequential invoice number appear each time a document is created from the template?
|
| Insert autotext from globaltemplate | 26 Aug 2003 23:48 GMT | 3 |
I have 25 templates and they all has he same autotext. Now I have moved all autotext to one global template, adress.dot, but I cant insert it in to the document based on the old templates. The old code was:
|
| Combination of letters | 26 Aug 2003 22:15 GMT | 1 |
Hello, Sorry, if I am in the wrong MW Newsgroup. I have a question regarding a function to combine a string of letters in all possible combinations, without any
|
| Word 2000 Macro | 26 Aug 2003 21:45 GMT | 1 |
I am attempting to use a macro in Word 2002 that was recorded in Word 2000. It does not function the same. What changes need to be made to this macro to allow it to function the same?
|
| does a certain member of a collection exist? | 26 Aug 2003 21:26 GMT | 2 |
Basic question: How do you determine if a particular member of a collection actually exists in that collection? For example, if a certain document is in the documents collection, or a certain template is in the addins collection?
|
| How to execute macro for First Page ONLY | 26 Aug 2003 21:17 GMT | 2 |
I have a macro that I want to execute for the first page only. How would I wrap code around something that will only execute on PageNumber = 1? Thanks, Enoch
|
| Insert multiple files with Dialogs(wdDialogInsertFile) | 26 Aug 2003 20:58 GMT | 7 |
Using Dialogs(wdDialogInsertFile), I am only able to insert a file at a time. Is there any way that I can use this Dialog to select several files to insert into the active document at once? If not, how would you suggest coding to insert several files at once? (Order of file ...
|
| combobox value with for Next (maybe?) | 26 Aug 2003 20:42 GMT | 3 |
I am trying to figure out how to write code so that, depending on what number they choose in a combobox (one through nine) this particular code will run that many times (or that many times minus one). I figure I can write nine different If...Then statements, but wanted to see if ...
|
| How to execute a macro for First Page ONLY | 26 Aug 2003 20:34 GMT | 1 |
I have a macro that I want to execute for the first page only. How would I wrap code around something that will only execute on PageNumber = 1? Thanks, Enoch
|