| Thread | Last Post | Replies |
|
| Help! Need VBA to make long style auto numb. labels | 01 Nov 2004 00:21 GMT | 1 |
I was informed that in order to make a longer label for a style than allowed in the UI dialog box, I needed to use VBA. Since I haven't used VBA much, except editing already recorded macros, can anyone suggest some code to accomplish this? My exact sitatuation is below:
|
| Spell Check | 31 Oct 2004 23:03 GMT | 1 |
I have medical words saved on my spell check and I would like to use another computer. I would like to transfer the words saved on my spell check to another machine. How do I do this without having to reenter every word.
|
| text in textbox -> wordtable cell | 31 Oct 2004 12:53 GMT | 1 |
How would I write to cells in an ole object linked to a word table? I get the following error "method 'cell' of object 'table' failed" msgbox "WordTable.object.Application.Documents(1).Tables(1).Cell(colum row)" works so I know it can read cells like that.
|
| String handling | 31 Oct 2004 07:07 GMT | 9 |
I have an array of three columns and an indeterminite number of lines. All the array sorting code I see in VBA seems to sort arrays in alphabetical order. Is there any way in VBA to sort strings by string length (preferably in
|
| Can I change the maximum entries in a drop-down form field? | 31 Oct 2004 05:40 GMT | 1 |
I am trying to set up a word .doc with several drop down form fields that have approx. 35 entries in each. Word pops up a message that the maximum # of entries is limited to 25. Can this be changed? Please go easy on me as I have just started using the forms in word recently.
|
| Looping A Macro Help! | 31 Oct 2004 05:04 GMT | 3 |
I need help with this one! I want to loop a macro based upon how many lines are in the curren word document. In the document properties under the statistics tab th number of lines is listed. How do you take that value and loop a
|
| Access same file | 31 Oct 2004 00:36 GMT | 2 |
Hopefully I can explain this. In a "workgroup" environment on a server, I know two people cannot access the same file at the same time, but is there some way around this? We have a rolodex in Word. We want to be able to have this document open all day & either one of us can ...
|
| word and excel download | 30 Oct 2004 23:55 GMT | 1 |
i had to reboot my whole computer and lost my cd for my word and excel. where can i go to get a download ling so that i have it working again. thanks jocelyn
|
| Looping A Macro Help! | 30 Oct 2004 22:42 GMT | 5 |
I need help with this one! I want to loop a macro based upon how many lines are in the curren word document. In the document properties under the statistics tab th number of lines is listed. How do you take that value and loop a
|
| Duplicate paragraph deleting | 30 Oct 2004 19:55 GMT | 12 |
I got this small subroutine off a VBA website. It's supposed to delete duplicate paragraphs in a document. It looks like it should work, but it doesn't. It doesn't manage to delete any paragraphs, unless I'm doing something wrong. Why does it not work? Something simple?
|
| Code to enter Form Field Data. | 30 Oct 2004 18:37 GMT | 2 |
Good day all. I've posted this in another NG and after several days rec'd no response (and I don't generally post the same thing in different Ngs) so here goes. I have a situation whereby I'd like to be able to use a Macro or VBA code to
|
| Master Documents and Sub Documents | 30 Oct 2004 18:37 GMT | 1 |
I have a problem. What I have is a set of documents. These documents as to merged together into a big document. However some users will want more than one copy of a document inside the big document. The reason why this needs to be done is
|
| Converting VBA-code to VB | 30 Oct 2004 17:46 GMT | 1 |
How do I covert VBA-application code to executableVB-code? /BosseH
|
| understanding automating MailingLabels | 30 Oct 2004 14:46 GMT | 3 |
I need some help understanding the concept of MailingLabel. Here is my problem: I have an Access database that contains a list of addresses. I have already written a VBA script to generate a directory for the list of addresses. Now I need to figure out how
|
| Using palceholders for docvariables | 30 Oct 2004 14:44 GMT | 1 |
Could you Please tell me how to use the values ,defined in the docvariables ,inside the word document. i can create the docvariable but not able to find a place holder to use the docvariable values.
|