| Thread | Last Post | Replies |
|
| How do I pre-format the text produced by TrainerNotes button | 22 Feb 2006 20:15 GMT | 1 |
I have produced a custom toolbar for a template. In it I have a button to insert Trainer Notes. This produces some text in a box in red. How do I change the text and make it hidden?
|
| Deleting blank rows at the end of a table | 22 Feb 2006 19:06 GMT | 1 |
Using Word XP 2003 My Word doc contains a table with 10 rows with a macro inserting info in rows 8-10 after it has done steps below. My macro also inserts 3 rows below row 5 based on whether To: or CC: boxes
|
| deleting text after certain string | 22 Feb 2006 18:48 GMT | 2 |
What i'm looking for, is a macro which finds every occurrence of certain string, and delete the text which follows it (in the same line) for instance, given this text: bla bla bla //this should be removed
|
| Open Word and call Word macro from within Excel VBA? | 22 Feb 2006 17:58 GMT | 12 |
There are times when coding a macro to deal with a Word doc within Excel VBA is just a royal pain! It seems like it might be easier to code it in Word, and just open the doc and then call Word VBA and run the macro. It would be even better if I could also pass on the string with ...
|
| Toggle spell check in code? | 22 Feb 2006 17:07 GMT | 4 |
My code opens and parses a large file (467 pages) filled with acronyms and abbreviations. Word sees all of these as spelling errors. When I am stepping through my code to adjust or debug, I will often get the error message that Word found too many spelling mistakes to display. ...
|
| Update Subject document property from Userform Input | 22 Feb 2006 15:45 GMT | 4 |
I have a userform that prompts the user to insert a subject for their memo/letter/fax into textbox4 for example. I would like the subject response to update the Subject of the document properties. I am using the following code
|
| Parse style names into alias segments? | 22 Feb 2006 15:25 GMT | 3 |
I use a lot of this: if objPara.Style = "LN" then... But now I'm asked to add aliases to my standard set of styles. This will break a lot of my code.
|
| clipboard task pane with option command does not show;what's up? | 22 Feb 2006 13:35 GMT | 1 |
I cannot collect items to my clipboard unless my Word application is open. Instructions to open the task pane for clipboard shows no option command button. Could this be a program glitch or a visual basic "decision" to limit the
|
| Create a bullet list automatically | 22 Feb 2006 09:39 GMT | 3 |
I am trying to output records from a database into a particular part of a word document. That bit works fine, and I have created a document template with a bookmark to receive the data. The problem I have is that the items are not appearing as a bulleted list as
|
| Error No: 70; Description: Permission deniedInitialise | 22 Feb 2006 08:02 GMT | 3 |
A VB application manipulating Word comes up with the above error, which I have never heard of (nor has Google). It is a "Microsoft Word" error box. My VB app is error trapped to the line, but no errors are trapped.
|
| How do you remove control characters from a document | 22 Feb 2006 02:09 GMT | 9 |
I have a routine that scans a document for character patterns to locate specific words. Some documents contain hidden control characters that will cancel the scan. I am using this code to rid these characters, but I do not know what additional character codes to
|
| Change Selection While Userform is Open | 21 Feb 2006 23:55 GMT | 1 |
Working in Office 2003 on XP workstations, I am pre-selecting a block of text for the user and opening a userform that will allow the user to accept the choice, or cancel the action. I'd like for the user to be able to adjust the selected text -- go back to the document and ...
|
| Digital signing of VBA projects | 21 Feb 2006 23:16 GMT | 2 |
Has anyone had success with digitally signing a VBA project that is distributed in a Word template file? I tried doing this with Verisign a few years back and ran into problems, and ended up giving up.
|
| Sharing MAcros/Templates | 21 Feb 2006 21:47 GMT | 4 |
I have created a VBA program and will now be sending it to a few users. My question is this - Will all of the references to the Jet and DAO db still work on the new users PC or do they need to set them manually?
|
| Linking Folders | 21 Feb 2006 21:26 GMT | 2 |
Good afternoon, I am in the process of creating a type of master table of contents for many of the reference documents that I use. What I have currently done is to link (using an icon) the applicable documents under the applicable heading.
|