| Thread | Last Post | Replies |
|
| Loop thru doc problem | 21 Jul 2005 17:48 GMT | 3 |
The following code is working perfectly for me except when it hits a table. I would like it to SKIP tables and not put the sequential number field there. I only want it if the paragraph style is Normal and not in a table. Right now it is placing sequential numbers in each cell ...
|
| Previously working replace macro gave error today | 21 Jul 2005 16:51 GMT | 2 |
A macro which has operated properly many times in the past halted with an error this morning. The debugger indicated line 10 below as the error. After trying to determine why, I did a manual find/replace and the replace window came up with use wildcards checked. I guess that ...
|
| Need Index # of current line/para/word [cont. after delay] | 21 Jul 2005 16:36 GMT | 1 |
Thanks for the response.
> I get the answer 27785 in a second. For me, that's terrible. I need to display the progress of many hundreds or even thousands of hits. Even if I only call the progress bar once every 10
|
| Template help please | 21 Jul 2005 16:26 GMT | 1 |
Hi there, I hope you kind folks can help me. I have a friend who's quite advanced in his use of Word templates but who seems to have hit a block in a template he's developing. In his words: I've created a ZIP file (http://www.davecockrum.net/ComicScript.zip)
|
| Revision Collection Revisited | 21 Jul 2005 16:06 GMT | 5 |
I want to look at the revision status of selected text. After selecting the text: myString = Selection.Range.Text 'selection is not the entire document Selection.Range.Revisions.Count
|
| About CustomDocumentProperties | 21 Jul 2005 16:02 GMT | 1 |
Does anyone know if there is a command in VBA that removes a CustomDocumentProperty? I found a reference in MSDN library about adding a CustomDocumentProperty but not about removing it as well. I noticed also that if a property is added manually -that means I go
|
| VBA and numlock. | 21 Jul 2005 14:44 GMT | 4 |
A client claims that a VBA macro is turning numlock off. I looked in the docs and see no way for VBA to do this - tell whether numlock is on or off, yes, but change it, no. Any ideas?
|
| new file format to be opened in word automatically ? | 21 Jul 2005 14:37 GMT | 1 |
I have saved a .doc file after RSA encryption under "filename.glk" I would like to open through word and the appropriate decryption VBA routine(stored in a decryption.dot template) this .glk file with just a double clik on it.
|
| How to use %systemdrive% and %username% | 21 Jul 2005 14:29 GMT | 2 |
(In Word 2003) I need to call with my shell command to explorer.exe, it works shell "explorer.exe" or shell "explorer.exe c:\Data" But I need use the variables %systemdrive% and %username% and an error
|
| Call to U: drive from Word | 21 Jul 2005 14:06 GMT | 2 |
I need to create a button that calls the U: drive How can I do it? .... Word 2003
|
| UserForms in document templates | 21 Jul 2005 13:50 GMT | 5 |
as a matter of design, if you are using a userform to collect some information that will then be fed into a template, what is the best approach if someone wants to revise some of that info. Do you bring up the UserForm again, or do you just leave the user on their own.
|
| Template help? | 21 Jul 2005 13:43 GMT | 1 |
Hi there, I hope you kind folks can help me. I have a friend who's quite advanced in his use of Word templates but who seems to have hit a block in a template he's developing. In his words: I've created a ZIP file (http://www.davecockrum.net/ComicScript.zip)
|
| Open ReadOnlyRecommended=True Word doc for write access through VBA | 21 Jul 2005 13:37 GMT | 1 |
I posted this previously in the microsoft.public.office.developer.vba but haven't gotten any bites yet so I thought I'd post here and see if I had any better luck. I've run into a tricky issue. I'm working on a batch process that needs to
|
| auto-tag a style | 21 Jul 2005 13:37 GMT | 1 |
I'm creating a template for SRS documents. The SRS document list requirements and at the end shall have requirements traceability table. There are a few problems: 1) How to auto-number/auto-tag requirements so they will appear unique ?
|
| Can I create a form to email? | 21 Jul 2005 13:12 GMT | 1 |
I need to create a form that when the person is done, they hit a button to email me the results. Is this possible to do?
|