| Thread | Last Post | Replies |
|
| How to change the startupfolder for an activedocument | 08 Feb 2007 06:59 GMT | 1 |
I have in the AutoOpen a chdir ActiveDocument.Path. I had hoped this would then allow when I clicked on the folder or used the menu item "Open" that word would open to that path. What do I need to use to change the startup folder to the documents current path?
|
| Modifying arrays in a macro | 08 Feb 2007 04:16 GMT | 2 |
I have a Word (2002) form, widely distributed throughout an organisation. The form has a number of combo boxes, each of which contains greater than 25 items. I have therefore set up a macro with an array for each combo box hard coded with the combo box items.
|
| Footer Update Question | 07 Feb 2007 23:32 GMT | 2 |
I read the many posts on this newsgroup about updating headers and footers. My situation seems to be different than any of the others. My footer has some initial information in it such as some text on the left side and then the page x of y on the right side. I need to
|
| changing code to also copy the header and footer 2 saved docs | 07 Feb 2007 19:50 GMT | 4 |
The following code works really well for splitting a merged document into separate documents and saving them as files; but the header and footer information from the original merged document is missing in the individual documents. Is it possible to have the footer and header from ...
|
| Error Handling DAO Is Null BoundColumn? | 07 Feb 2007 19:35 GMT | 2 |
I am currently working in a Word 2003 VBA User Form. I have been using the DAO excel table as my list of employees and data that pulls into the combo box. (got away from Word Tables) I know how to trap the error of Null (error 94 Invalid use of Null) by using a If statement
|
| Get the system file created date | 07 Feb 2007 19:25 GMT | 2 |
I have files that I need to access the date the file was created via VBA. However, for some reason, the properties of the document show a created date of yesterday but in actuallity the files have been created over the last several month. Using the detail view in Windows Explorer ...
|
| Help with spellcheck of form fields | 07 Feb 2007 18:12 GMT | 5 |
I'm wanting to replace the incorrectly spelled user-input text box value with Word's suggested item that is chosen. Using the following code, the replacement is recognized, but how does one make it update the text
|
| Find/Replace uncapped sentences | 07 Feb 2007 17:45 GMT | 4 |
I cannot set Word to automatically capitalize the first letter of sentences when the previous sentence ends in a number. I know this is by design, but I've been searching high and low for a way around it. When the document is finished, is there a find and replace I can do (or
|
| capture keydown/press events in a user form | 07 Feb 2007 17:22 GMT | 10 |
I'm trying set up a user form where I can assign shortcut keys to various subroutines. I know how to do the keybinding (assign the shortcut keys) once I get the keys in the text box -- but am totally stumped on how to "capture" the
|
| DAO or ADO | 07 Feb 2007 15:26 GMT | 6 |
I use Word as the user interface for accessing, searching and updating databases. Up to now I've stored the data in Excel workbooks but the problems there are multiple access and some trouble getting Excel to quit properly (apparently a known 'bug').
|
| Open a refernce doc , open another doc and copy contebts to refern | 07 Feb 2007 15:25 GMT | 1 |
so far I have the following. 'check whether to create a new word instance or use an existing session WordRunning = IsWordRunning If WordRunning Then
|
| HP Printer and MS Word | 07 Feb 2007 15:14 GMT | 3 |
When printing MS Word documents on my HP deskjet 722C it recently began printing in landscape only. I have selected Portrait as preferences both in the word printing preferences and in the control panel, yet it still prints in landscape. This happens only when using MS Word. ...
|
| How do I set up a document so it always prints manual feed? | 07 Feb 2007 14:59 GMT | 1 |
How do I set up a document so it always prints manual feed and doesn't change the settings for my other documents
|
| Bug in ColorIndex in Word 2007? | 07 Feb 2007 14:09 GMT | 3 |
Pretty simple repro: 1. Create some text - change the font color to white via the Word font 2007 UI 2. Select the Text
|
| Error with OLE server | 07 Feb 2007 10:38 GMT | 4 |
I am working with OLE server using C++ Builder 6.0, the code is the following: { Variant Word, Document, Table, Cell; int RowCount, ColCount;
|