| Thread | Last Post | Replies |
|
| MS Word should let me save a backup of a file to a different driv. | 20 Dec 2004 08:46 GMT | 1 |
When working on an important document it would be very useful if when I select the backup option I also have the option of choosing what drive I want the backup to go to. The importance of the backup is to provide protection from a drive failure. If both the document and its ...
|
| NUMPAGES field | 19 Dec 2004 21:31 GMT | 2 |
How do I get the NUMPAGES field to count the pages in a section rather than the whole document. I tried the solution proposed by MS using a formula with the bookmark StartingNumber but that brings up the error undefined bookmark. Word 2003 and 2002.
|
| Horizontal position of cursor | 19 Dec 2004 18:00 GMT | 2 |
I try to find out the horizontal position of the cursor on a page. HP.Range.Select Selection.MoveLeft Unit:=wdCharacter, Count:=1 X = CInt(Selection.Range.Information(wdHorizontalPositionRelativeToPage))
|
| Specify open/default folder from memory scrap | 19 Dec 2004 17:14 GMT | 2 |
I am using Word 2000 and trying to do a macro where I can paste from memory a part of the directory path. In other words instead of: ChangeFileOpenDirectory "f:\estates\99999"
|
| Odd question about putting word 5.5 on old notebook computer | 19 Dec 2004 16:15 GMT | 2 |
Hello from Medicine Hat. The other day I found an old Toshiba T1200XE notebook computer. The operating system is MS DOS 4.01, apparently. It only has about 20 megs of space on the
|
| Need Explanation on Process Limits | 19 Dec 2004 07:48 GMT | 2 |
I have a general question about limits in Word2000. I have a VBA macro that creates 20 tables, each of which has 350 rows and 5 columns. The macro inserts preset values for 3 of the table columns. After creating about 4 or 5 tables something happens that causes the macro to "get
|
| Calculate time to a deadline | 18 Dec 2004 23:52 GMT | 1 |
Is there a way to calculate the time between now and a day/time next week which is dynamic? For instance I have a deadline for a magazine next wednesday at 10:00 am. In a userform I would like to show the time to the next deadline
|
| How to determine programmatically which field the cursor is in? | 18 Dec 2004 20:58 GMT | 2 |
Using Word97. I have a UserForm with 8 text fields in it for data entry. There is an occasion when I would like to know which field the cursor is residing in ... in order to process the data in that particular
|
| Algorithm to determine legitimacy of a word doc. | 18 Dec 2004 00:54 GMT | 1 |
Does anyone know how to determine if a document is a word document, without relying on the extension? Prefereably in VB.NET. Thanks.
|
| Remove close button (the X) from a Form created in Microsoft Word | 18 Dec 2004 00:32 GMT | 3 |
Is there a way to remove the close button (the X) from a Form created in MS Word so someone viewing the form can not exit the form prematurely? If this can't be done, how do you control the close button (the X) on this Form so when it is pressed, the Word Application exits also?
|
| Toggle Field Codes in a Macro | 17 Dec 2004 23:59 GMT | 2 |
A co-worker recorded the following macro which places the FILENAME in the footer of the last page of her document: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sub NameOnLastPage()
|
| Attach different template in a vba program? | 17 Dec 2004 23:19 GMT | 1 |
Is there a way to change to a different template and activate Update styles from a vba program? Thanks, Keith
|
| create a new outlook appointment from within Word | 17 Dec 2004 22:21 GMT | 1 |
While working in Word, I'd like to hit a key sequence or menu button and have a new Outlook appointment window pop up. I'm sure I'm missing something, but I cant seem to find anything to do that. Thanks in advance for the advice.
|
| I want to generate a formatted (fonts, tabs, etc) in BASIC and im. | 17 Dec 2004 22:16 GMT | 1 |
I want to generate a formatted (fonts, tabs, etc) in BASIC, then import it into Word for final editing and printing. This is a multi-page, complex document. A plain text import leaves too much formatting work for the operator, so I'd like to embed the formatting codes into the ...
|
| Looking for Word.VBA Developer for Consultation | 17 Dec 2004 22:10 GMT | 3 |
I'm working on a project that has exceeded my ability. Most of the work I've completed. I'm mainly looking for someone to ask questions, review my code and check my logic. If anyone is interested in being compensated for such services, post back with contact information.
|