| Thread | Last Post | Replies |
|
| search and replace | 02 May 2005 16:37 GMT | 1 |
Does anybody know how to search and replace inside a textbox in a Word document with VBA? Something like this Set myRange = ActiveDocument.Range(Start:=0, End:=0) With myRange.Find
|
| How to increase a text form field size | 02 May 2005 16:12 GMT | 3 |
I am creating a form in Word. The shaded box is small in length. Although the size is set to unlimited, when the user types something in the box you cannot see everything the user types. How can I set the form field properties so if a person wanted to type
|
| Table - moving rows up and down... | 02 May 2005 14:33 GMT | 4 |
I have a table where lines are merged in from a ERP program. The merge is done with bookmarks, and is not using the standard mergefields in Word. When merging Orderlines from the ERP, it uses a table. The table looks like
|
| Unexpected empty lines when using MAcro to saveas document | 02 May 2005 12:12 GMT | 2 |
We export asci files from SAP/R3 and open them with a Word (XP SP3 English) macro like Documents.open export.txt In this file every record is on one line ended with CRLF (checked this with
|
| re:Macro that Prompts user to print. | 02 May 2005 08:28 GMT | 1 |
|
| Date Problem using mail merge. | 02 May 2005 07:00 GMT | 1 |
I have specified in my Access database that I want my date format t be a medium date with the following layout 19-Mar-0 This would display fine and to the exact format in Access, but when
|
| Spell check protected form | 02 May 2005 06:28 GMT | 5 |
I am creating a protected form in Word XP. I would like to have a macro to unprotect the form (no password), spell check the entire text and then reprotect the form. I tried using a macro that I used in Word 97 but it is not working properly.
|
| Change Sentence Case | 01 May 2005 23:21 GMT | 2 |
Hi, I am trying to write a macro that will change the case of all titles to Sentence case. All titles are paragraphs that are bolded. Below is my code, but it doesn't work. Any help would be appreciated. Thank you!
|
| StyleRef field problem in VBA | 01 May 2005 18:48 GMT | 3 |
I have been coding a document to automate the splitting of a table and inserting a line that captures the Heading 1 number and the Heading 1 Text plus the word continued. At the location where I want to split the table and insert the text, I run the code and it works just how I want
|
| How can I create a library for Word VBA? | 01 May 2005 17:20 GMT | 4 |
How can I create a library for Word(97 or later version) VBA? Is there any web site talk about this? Thanks Regards
|
| import dll issue | 01 May 2005 17:05 GMT | 1 |
I have got hold of a script from the ms web site that adds an entry into the active directory. I have copied the script into VB(.net 2003) and made the reference to the system.directoryservices dll but all of the references within the script that state 'DirectryEntry' all state ...
|
| Error 5102 | 01 May 2005 17:05 GMT | 1 |
I am opening a new document based on a template from Access. When I move to the 2nd bookmark, it gives me "Error 5102: You entered multiple destinations for a page, line, footnote, endnote, or comment." The bookmark is on the template and I checked spelling, etc. but have no ...
|
| thezaurus for English Language | 01 May 2005 17:05 GMT | 1 |
How can I get a thezaurus for English Language to use it in Word? I do not have it, because I use a Polish version of Office Package. Thank you
|
| Word AutoCorrect CommandBar | 01 May 2005 17:05 GMT | 1 |
In my template i must hide all Word CommandBars except one (built by me). Nevertheless, i must allow the user to check grammar while he's typing text. I have two questions about this: 1 - Because all of the CommandBars are hidden, when i right-click a
|
| Radio button in a form into a Word document | 01 May 2005 17:02 GMT | 4 |
I need to include a radio button (no check button) in a form into a word document. I´ve tried with a radio button from control palette (or tool palette, I don´t know its name in english version) but it doesn't behave well in forms.
|