| Thread | Last Post | Replies |
|
| Cascading/Conditional Dropdowns | 10 Sep 2006 16:12 GMT | 3 |
I am new to this discussion group - thanks for providing it. I have a situation similar to another user who wanted to programmatically populate a dropdown based on the results of the previous dropdown. The user was provided the following code:
|
| Find [*\] macro debug | 10 Sep 2006 12:49 GMT | 8 |
Runtime error 4605 this method or property is not available I recorded this macro (keystrokes). Debug goes to Selection.Copy Then I did CTRL C CTRL END CTRL Enter CTRL V To insert the highlighted select variables in [ ] and place at end of
|
| Intercept Overtype macro insert Symbol? | 10 Sep 2006 12:22 GMT | 6 |
Thought I would experiment with replacement key (anything but overtype). I think this intercepts Overtype but I want the Cent sign Hex 0092 to insert - do I have to declare as string is that only way? ChrW (&H0092) cent sign
|
| table cells | 10 Sep 2006 11:34 GMT | 1 |
I have a document with 1 table composed by2 columns. How can i write to take all the context for example of the tables(1).cell(index,2) ?
|
| bookmark macro | 10 Sep 2006 09:38 GMT | 1 |
i have a VBA addin for word that will fill in multiple bookmarks in a document. So, if i have bookmarks in a document bkName, bkName1, bkName2, ect.......throughout the document the program will fill in the name in the right spot. it simply looks for a new
|
| UserForms and MultiPage Control | 10 Sep 2006 08:33 GMT | 1 |
With lots of help from this site I have managed to create a UserForm and successfully transfer information into a document. However, my document requires quite a lot of input information and I'm considering how to handle this.
|
| Reverse decimal figures | 10 Sep 2006 08:11 GMT | 2 |
I'm using the following code to reverse numerical figures in a word document. The problem is when it encounters a decimal figure such as 71.6 it would not reverse. I want all numerical characters to be reversed. So 71.6 should come out as 6.17.
|
| using checkbox to delete a section of text | 10 Sep 2006 07:42 GMT | 2 |
I have a template that has 20 sections that I use daily and need to be able to delete different sections each time. I am not sure what the best way would be to set it up but I think that I would like to have a UserForm come up when the document is opened that would list all of ...
|
| Copy & Paste Issue | 10 Sep 2006 06:32 GMT | 5 |
We have a template which was created by someone no longer here. We have noticed that when we copy from the original document and paste to a new document, based on the template, it does not bring across formatting, watermarks etc. However, when we paste to a new blank docuemnt ...
|
| replace manual page breaks | 10 Sep 2006 06:07 GMT | 9 |
Is it possible to programmatically replace all manual page breaks in a document with Next Page Section Breaks? Thanks.
|
| compare string with a pattern | 10 Sep 2006 05:27 GMT | 4 |
hi! (and sorry for my low level of english) i'm trying to compare 2 characters with a determined pattern the pattern is: "every letter follow followed of every number" i'm trying to do it with this expresion:
|
| VBA for Selecting One of 4 different paragraphs | 10 Sep 2006 00:25 GMT | 2 |
I'm looking for some assistance. I'm using Word 2003, by the way. I need to figure out how to give a user of my doc template the option of 4 different paragraphs (3 sentences max)...they select one of the paragraphs and that paragraph is inserted in the template and the other 3 ...
|
| Word 2003 Find/Replace Doesn't Ignore Deleted Text | 09 Sep 2006 22:42 GMT | 4 |
I'm trying to write a macro that finds & replaces several things all in one batch. Track changes needs to be on. The problem is that the "finds" also see and act on deleted text. How can I run a find and replace that ignores the deleted text? I know this was a
|
| Autocorrect - need Formatted option? | 09 Sep 2006 16:32 GMT | 6 |
I found this great code from Gregy Maxey/Doug Robbins. I didmy 2 col table and it throws it into Autocorrect in less time than it takes to blink. But I would like to add a few formatted entries. I realise that is a little more complex? I did attempt to do true/false but it was ...
|
| IF statement with empty text field won't work | 09 Sep 2006 15:24 GMT | 2 |
I'm working on a document and want this to happen: Document asks "Username?" using the ASK field. If something is typed in, i want it to display Username: and then the persons username, but if nothing is typed in the box, i want it not to show
|