| Thread | Last Post | Replies |
|
| deleting empty lines | 11 Jan 2006 15:35 GMT | 3 |
I import a lot of data from database into WORD and it assumes the following format: (I am trying to simulate formatting marks, hope it is clear) text.text.number....................^p ............=====....................^p
|
| Selecting a Date Field in a Footer to Unlink It | 11 Jan 2006 15:32 GMT | 2 |
The following code finds a date field in the active document and unlinks it, to leave the current year as text: ...
|
| Help buttons missing | 11 Jan 2006 14:57 GMT | 3 |
I rely on the Help for VBA file a lot when coding. Recently, the cross-reference buttons at the top of the topics disappeard. There's just an empty, recessed, square where they should be. This means I have no "See also," "Example," "Properties," "Methods," or
|
| How do students hear their own typed paragraphs/spelling words? | 11 Jan 2006 14:41 GMT | 1 |
I am having the student type their paragraphs in Microsoft Word. I want them to hear what they have written. This would be great for their spelling words, as well.
|
| VBA code in template does not work in document | 11 Jan 2006 11:08 GMT | 2 |
I have created a template that has code in the Document_Open event (in the ThisDocument object) to fill some combo boxes etc. I want this code to run each time I open a document that has been created using the template. There are also command buttons on the template that run ...
|
| Macros Lost Between Logons | 11 Jan 2006 10:32 GMT | 1 |
I have a user who has defined some macros in Word 2002. The keyboard assignments that she made for them are lost after she logs off. The macros appear to persist, but the keys are lost. Any thoughts on how to correct this?
|
| using wildcards and moving folders | 11 Jan 2006 07:40 GMT | 2 |
I have written the following code Sub ClientFolder() ' New Client Folder Creation Dim MyFolderName
|
| OpenDataSource using Excel workbook | 11 Jan 2006 06:20 GMT | 2 |
Good day all! I need to use OpenDataSource to automatically re-connect/refresh a doc. I always get prompted for the 'sheet' even though there is only one worksheet in the workbook
|
| copy word doc to outlook & retain formatting eg bold ? | 11 Jan 2006 05:27 GMT | 3 |
I am succuessfully copying all contents from a word document to an outlook message item. I cannot work out how to retain the formatting. Any ideas? (I do not want to use the attach document function.)
|
| Bookmark Problem. | 11 Jan 2006 05:14 GMT | 1 |
BookMark.Range.Text ,if the text is not empty,it contains not only the text i typed ,but more something like a dot appended, How to remove the appended thing
|
| VBA Macro: Keyboard Shortcut | 11 Jan 2006 00:21 GMT | 2 |
WinXP SP2, Word XP I have a Footer macro stored in NORMAL.dot. I would like to assign a Keyboard shortcut to it, as I am able to do in EXCEL. I can find nothing in Word's Help file telling me how to assign the shortcut.
|
| electronic signing | 10 Jan 2006 22:56 GMT | 4 |
I have a Word document with form fields and which is protected for forms with a password - an online form. The document has electronic signing functionality. When the user wants to sign the document they click a command button (from the control toolbox), a userform is
|
| How to get heading style number font name | 10 Jan 2006 22:23 GMT | 5 |
I would be grateful if someone could help with this before I go completely insane. What I want to do is obtain the name of the font used for the number in a heading style (e.g. "Heading 1"). 'With this, I can get the font properties of heading style text
|
| Efficient way to change ALL links to a new source? | 10 Jan 2006 21:27 GMT | 1 |
Every year, updates are made to an Excel file. This file in turn will serve as a source for a related document containing many links. Currently, to change the source of the links within the document, we are choosing Edit>Links>(selecting all links)>Change Source. This means that ...
|
| How to access document summary? | 10 Jan 2006 19:31 GMT | 2 |
When I click File | Properties I can fill the document's summary. How can I do this in code? Thanks in advance Łukasz
|