| Thread | Last Post | Replies |
|
| Return index of paragraph? | 27 Sep 2006 16:44 GMT | 4 |
A macro iterates through all the paragraphs of a range. I'd like to put a message in the status bar to tell me which paragraph the macro is currently working on. How do I return the index number of the paragraph? Ed
|
| Ask and Bookmarks and replacing text values | 27 Sep 2006 15:47 GMT | 5 |
I'm relatively new to VBA and have inherited about 700 documents created from a protected template. I need to change the value of a date on all 700 documents. I originally wrote a macro that opened each file, and did a search and
|
| Selecting All Text Between Two Strings | 27 Sep 2006 15:44 GMT | 2 |
I want to find all instances of text that begin with [B]-[/B Wrote:
> , end with *QUOTE]*. This would include the beginning and endin > strings, and all text in between (including any tabs, line breaks, par > marks, etc.). Does this require a macro? If so, what would such |
| Find.Selection does not change selection when the find criteria is found | 27 Sep 2006 14:47 GMT | 2 |
I have been creating a nice template which will control styles when they are pasted into a document and any unrecognised style will be set to normal. I then wanted to offer the user a macro button which will jump down to
|
| Deleting the content of a text field | 27 Sep 2006 12:43 GMT | 7 |
ist there any possibilty to delete the content of a text field with vba? Best regards Tobias Zepf
|
| Open Outlook for edit from WORD 2003 | 27 Sep 2006 12:16 GMT | 1 |
I have just been using the routing slip and open envelope function for the first time, playing with thenm in a template I built. Am I missing something or is there a way to have the Outlook 2003 email open for editing rather than being sent automatically. I cannot incorporate ...
|
| Hiding a section | 27 Sep 2006 11:00 GMT | 2 |
is it possible to programatically hide/unhide a section in word 2003? Something like Section.Visible = false, which does not exist :( I have not found it at least. Background: I have a template that contains a header section, a content
|
| Sample code for Smart Documents | 27 Sep 2006 08:33 GMT | 10 |
Is there somewhere where I can download some sample code for using Smart Document support with Word 2003 and C++ in Visual Studio 2005? I've found code for Excel, I've found code for VisualStudio 6.0, I've found code for VBA, but nothing for this particular combination. For ...
|
| Disable paste for images | 27 Sep 2006 06:23 GMT | 4 |
I am regularly sent massive Word documents where images have been pasted into the document. Is it possible to disable the paste command if someone tries to paste an image?
|
| Macro to save a file with the name of text from an ASK field | 27 Sep 2006 04:45 GMT | 1 |
I am trying to create a macro to save the current document with a variable filename, which will be in a ASK field. When the document opens, the macro I have now opens dialogue box to update all 5 of the ASK fields for the user to input data, then when a
|
| Restricted printing from network | 27 Sep 2006 01:35 GMT | 2 |
Is there a way to allow users to only VIEW a document and not be able to print it? I need to allow "read-only" access but also do not want them to be able to print out a copy. Thanks!
|
| Finding if a Style has numbering | 27 Sep 2006 01:34 GMT | 4 |
I have a style object and I want to find if it has bullets or numbering and the format of the bullet or number. With ActiveDocument.Styles(n) .ListLevelNumber works OK
|
| converting frames to textboxes | 27 Sep 2006 01:16 GMT | 1 |
Sorry for my English, I know it's very bad :) I need a utility or macros that can convert all frames in document to equivalent textboxes. I will attempt to explain why this necessarily to me.
|
| Get rid of user form in new document | 27 Sep 2006 01:13 GMT | 1 |
I have a Word .dot Template that collects header / footer info and puts it into a document using a UserForm. Then each GM fills out the report. They click a macro button at the end which changes the font, password protects and saves the document to a certain file. All is well, ...
|
| Different fonts using macros | 26 Sep 2006 22:55 GMT | 1 |
This may seem a simple question, but I am fairly new to macros, but I do have a reasonable command of Word. I have use a simple macro to display my address, date, etc on a letterhead. This works fine, but the font I selected never appears, just the document default font. Can ...
|