| Thread | Last Post | Replies |
|
| Bookmark | 14 Apr 2005 20:46 GMT | 8 |
Each paragraph in my document is a bookmark: Paragraph 1 = bm1 Paragraph 2 = bm2 Paragraph 3 = bm3
|
| If there's an error then Exit the Sub! | 14 Apr 2005 20:19 GMT | 2 |
This is simple for all of you but I can't get it to work. Instead of the user seeing a VBA error message, I'd like for the sub to end or for it to skip down a few lines of code. How do I do this? Thanks!
|
| Delete Current Bookmark | 14 Apr 2005 17:23 GMT | 2 |
Hey Gang, back with another question: Word XP I have a bookmarked document that I am trying to manipulate various bookmarks to create subdocuments. I have code that bookmarks selected
|
| creating bookmarks | 14 Apr 2005 15:42 GMT | 4 |
I'm new to writing macros under MS word, therefore my problem can be trivial to You. I've created a macro that inserts and formats a table and then inserts a {SEQ Eq} counter then I want to create a bookmark for this counter. The
|
| Textbox - multiformat question | 14 Apr 2005 14:33 GMT | 3 |
Does Word permit the use of multilpe fonts, font sizes, underline, italicise etc within a single textbox? Using Office2003, I have an Excel userform displayed under an addin. It is essentially a Fax Template, and
|
| Array with error memorisation | 14 Apr 2005 14:27 GMT | 1 |
Thanks for your answers, But now I need to create an error memorisation of the previous calulation I made in my matrix. And sort those results.
|
| Styles | 14 Apr 2005 09:15 GMT | 1 |
Is there an equivalent of .clearformatting with respect to styles? How do I programatically clear all the current style options, use the default style and apply my settings on to it? I want to base my style on "no style" and then add some formatting to it. I
|
| Find older file version | 14 Apr 2005 06:50 GMT | 1 |
I created a file in Word XP, saved it and then opened it again, but unwittingly hit OK to the pop-up question "Do you want to revert to the original saved file?" Now all I have are 3 lines on the file which had some 1000 words. Help please!
|
| GetSpellingSuggestions -- 9132 | 13 Apr 2005 22:05 GMT | 7 |
I have successfully used the wdWildcard and wdAnagrams constant with the SuggestionMode argument for the GetSpellingSuggestions method for Word in Office 98. But these constants cannot be used with Word 2000
|
| 5149: the measurement must be between 1584 and -1584 | 13 Apr 2005 18:24 GMT | 3 |
The error message is coming up when a macro is run on word 2003 on XP Professional.Works fine on some machines and failes on others with the same configuration. the macro is:
|
| Close EXCEL.EXE process | 13 Apr 2005 15:55 GMT | 3 |
Hi I need to kill Excel process totaly. After excel is close a Excel.exe process stays on. How can I close excel for good ?
|
| Macro Security Level ! | 13 Apr 2005 12:13 GMT | 4 |
I know it's not possible to check the security level with VBa when the doc is open by a user. ...but I want the user changes this security level and so ...I would like to avoid the user doing anything else in the opening doc
|
| prevent template macros copying to new documant | 13 Apr 2005 05:47 GMT | 3 |
I have macros in a template used to create a specific naming convention when saved. I do not want these templates in the newly created document. Is it possible to set Word to not copy the macros? If so how? Please respond to my email address preflyght-1@yahoo.com
|
| Autofill a form field when document opens | 13 Apr 2005 03:27 GMT | 1 |
I am very new to VBA and I am trying to create an online form in which several dates auto fill when the form is opened. I would like to insert a date that is 7 days prior to the current date into a form field with a bookmark name of OnsetDate. I created the following macro with no ...
|
| Format Bookmarks | 12 Apr 2005 22:24 GMT | 1 |
I have nine bookmarks in my Word.dot document that are percentages. Before leaving Access I have the query formatted to reflect the percentage as two decimal points, however, when the data shows up in Word I get a different format.
|