| Thread | Last Post | Replies |
|
| dropdown list in Word 2000 | 22 Jun 2007 20:13 GMT | 2 |
Is there a limit to the number of items that can be listed in a dropdown list; can a Word dropdown list be created from an Excel list?
|
| Putting 2 lists in a combo Box according to 2 OptionButtons | 22 Jun 2007 16:40 GMT | 1 |
I am trying to have 2 Option Buttons that would determine which list would appear in the same ComboBox.
|
| search macro | 22 Jun 2007 07:48 GMT | 6 |
i want a macro that when run i can give a sritng to search the nacro will fund the strung and after will contunue best regards nyydo
|
| how to shorten InStr statement | 22 Jun 2007 01:53 GMT | 3 |
Any suggestions on how to shorten this If...InStr statement? If _ InStr(LCase(Selection), "park city") Or InStr(LCase(Selection), "deer valley") Or InStr(LCase(Selection),
|
| Converting numbered list to text | 21 Jun 2007 23:31 GMT | 1 |
How can I convert the numbers in a numbered list to text by code? I can't use copy and paste as text because I can't lose the format of the text.
|
| how to disable track change | 21 Jun 2007 23:16 GMT | 4 |
We have a very large template with many customized toolbars and functions. Sometimes users turn on the track change which creates a lot of problem in the template. My question is how can I disable track change command in reviewing toolbar , in tool menu and also on the buttom ...
|
| Not able to jump to bookmark | 21 Jun 2007 21:57 GMT | 1 |
I want to generate an automated invoice in Word with data from Access. VBA in Access triggers the function, calls Word and should jump to certain bookmarks and enter text. (please see the code fragments below)
|
| Is there a practical limit to how many characters in a string variable? | 21 Jun 2007 18:27 GMT | 5 |
I've got the Word 2000 Developer's Handbook. It says a string variable can hold up to 2 billion characters. Looking at a document I've got now, that translates into about 4400 pages like this one. But is that a _practical_ limit? Will I crash and burn if I begin to
|
| Timer Control for Word VBA | 21 Jun 2007 18:23 GMT | 1 |
I would like to add a timer control to my Word Macros... similar to the Timer Control in VB6. Is there a control available for Word VBA? And if so... what is the reference or component that needs to be added? Thanks
|
| Mail Merge with Variables (Sequal Formatting?) | 21 Jun 2007 15:56 GMT | 4 |
I have Office 2003 and I have tried every variation I can think of to use a variable for the worksheet name (to reflect the database) in a mail merge. I hesitate to try a different connection, because the way it is currently set up, it will read more than 255 characters (which
|
| TextBox.Value Format | 21 Jun 2007 15:44 GMT | 1 |
I have a textbox (txtPhone) that I want to have the end user enter the phone number into. What I want to do is have the 10 numbers display back to the user like: ###-###-#### or (###) ###-#### or ###.###.#### (which I can do, no problem) ... My problem is, if the user goes back ...
|
| can I extract "tracked changes"? | 21 Jun 2007 11:36 GMT | 4 |
I have a lengthy Word document that was edited with numerous changes. I left tracked changes on. Is there a way I can extract those changes so I can analyze them say in an separate document? Also, I'd like to be able to identify the change by type (for example, formatting) and ...
|
| Retaining new fields in Word 2003 | 21 Jun 2007 10:56 GMT | 1 |
One of our users is creating new Word Templates. She is adding new fields and would like the fields that she adds to be available for all templates, not just the new one that she created.
|
| Comment block of code? | 21 Jun 2007 10:48 GMT | 4 |
Is there a way to comment an entire multi-line block of VBA code? If I have 10 lines I want to comment, it's frustrating to have to insert an apostrophe in front of each one. Thanks.
|
| Limitation of size or number of procedures in dot-file ? | 20 Jun 2007 22:54 GMT | 4 |
Hi NG I'm using XP/Word 2003 and working on a project, in which a dot-file is growing up to 3.6 mb now. After inspection of former subs, it seems, that some changes are not made.
|