| Thread | Last Post | Replies |
|
| VBA Code not working in Word 2003 | 05 Feb 2004 17:23 GMT | 2 |
I created a document in Word 2000 that uses mail merge through VBA code. For the purpose I am using the document I have put a command button on the Word Template to retrieve data from a text file. If I open the document
|
| Field Update in Footer | 05 Feb 2004 17:20 GMT | 1 |
I have a macro set up that updates the document version field in the footer of the document. This was working fine until I changed the text in the footer to a table in the footer. Now when you run the macro it doesn't update the version on screen but it does get updated if you go ...
|
| Input locale | 05 Feb 2004 17:16 GMT | 1 |
I would like to know how to add the input locale "quick" in Simplified Chinese. Does anybody can tell me how to do it? Best regards,
|
| Forms | 05 Feb 2004 16:23 GMT | 4 |
I would like to use hyperlinks and checkboxes in a Word document. I am OK installing hyperlinks that move the user to a bookmark in the current file. I am also OK installing a checkbox using the Forms toolbar. When I
|
| Insert documents from folder | 05 Feb 2004 16:00 GMT | 1 |
I'm "attempting" to make some code to insert different file types into a word doc then save it. I have a folder that contains many .txt, .tif, .doc and .xls files. I have been using the following (strFolderName being the user selected folder with the files ):- Private Sub ...
|
| Get NT Running Services List | 05 Feb 2004 15:48 GMT | 3 |
I've got a template that connects to an Ingres database using IngresNet. This works fine, but sometimes (for unknown reasons) IngresNet doesn't start when the user logs. And when this happens the template
|
| Q: GetAddrees function | 05 Feb 2004 15:42 GMT | 1 |
Hi out there, Does application.getaddress only return 255 characters? Or is there another way? This is not enogh if you select 3 or more addresses.
|
| Word 2 macro won't convert | 05 Feb 2004 13:49 GMT | 3 |
I want to install a very old version of the AHD dictionary from a CDROM. It will install okay and I can use it, but I cannot get it to put a macro button on my toolbar for Word 2000. When I try to open the included document that is supposed to install the
|
| Screen tips on macro button | 05 Feb 2004 13:36 GMT | 4 |
I am using Word 97 and wonder it is possible to add screen tips to a macro button on a toolbar. If so, would someone be kind enough to enlighten me? Thanks
|
| Print Current Page Macro | 05 Feb 2004 13:26 GMT | 4 |
The recorded (in Word) macro below is designed to print the current page of a document. While the macro works, it is extremely slow. The macro selects a printer, sets other parameters, and prints the current page. The printer selection is necessary because I print to several
|
| Mailing list sender date reversed? | 05 Feb 2004 12:34 GMT | 3 |
By carrying out a "mailing list sender" in MSWord with the data contained in an MSExcel file, one of the columns of the MSExcel file contains the date with format DDMMYY but at the time to pass the data in the MSWord file the system inserts the date into format MMDDYY and it is ...
|
| check filedate and print it | 05 Feb 2004 11:27 GMT | 1 |
I want to check last update on a specifik filename and print the date to a bookmark in a word-document. like: January 2004. Is that possible? Chris
|
| Sorted paragraphes | 05 Feb 2004 11:16 GMT | 3 |
I need to sort an extract result in Word via VBA. The extraction is made on the line : x = ExtractEBPs(h20) in the code below .....
|
| Using a mail merge document control data | 05 Feb 2004 11:12 GMT | 1 |
I have a form that is used to insert a company name and address into several text form fields. But the problem is keeping the records upated. So I was wondering if there was a way to use either an access database, excel
|
| Characters collection. Wht's included? | 05 Feb 2004 08:34 GMT | 2 |
What is included in the characters collection of a range? Is a style a character? Other non-akphanumeric "characters?" I have a test document with some blank lines in it (just a paragraph mark). I've written a simple routine that counts 4 characters in these blank lines.
|