| Thread | Last Post | Replies |
|
| The below macro will not stop at the end | 31 Jan 2005 22:07 GMT | 4 |
Hello from Steved How do I please put a argument in the below macro so that when it gets to the bottom off the document it ends as at the moment when it reaches the end it starts deleting
|
| disable some shortcut key's | 31 Jan 2005 21:11 GMT | 7 |
Does anyone know how to disable some shortcut key's like ... CTRL + F3 CTRL + SHIFT + F3 CTRL + "2"
|
| Search and copy text after finding an embedded tag | 31 Jan 2005 21:07 GMT | 4 |
I am trying to insert a visio diagram into a Word document via a macro. The diagram file name follows a tag we created to identify it. Ideally I would like to locate the tag, delete the tag, select the file name that followed it and use it to open the file and insert it in place.
|
| Can MS word accept an input provided at the begning of the docume. | 31 Jan 2005 20:40 GMT | 1 |
Can MS word accept an input provided at the begning of the document at diffrent places where same filed name is provided with out prompting
|
| VBA copy and paste | 31 Jan 2005 20:25 GMT | 1 |
I am working on an application using Word 2003. I am familar with VBA using Excel and Access, but not with Word. The application I am working on is a word doc that reads data in from a database. It can be any number of pages long and each page will be in the
|
| Code behavior re highlighting differs in 2000/2003 | 31 Jan 2005 18:08 GMT | 3 |
The following code works in Word 2000, but when run in 2003 the first part of the 'If' statement doesn't work; that is, existing highlight in the paragraph is not removed. If Selection.End = Selection.Start Then
|
| Save doc as Webpage but cannot view in browser at the same time | 31 Jan 2005 17:29 GMT | 3 |
I am writing the following code, it will popup a save as dialog, when I got the path and name info, i run ActiveDocument.SaveAs to save doc as webpage. After that, I tried to call ActiveDocument.FollowHyperlink to open that webpage, however, nothing happen. But then, i tried to ...
|
| formattedtext is not a reference error | 31 Jan 2005 16:41 GMT | 3 |
I'm automating Word2003 in VB.Net. I'm using late binding. I want to put another document's content into the selected area of the active document, without loosing its formatting. I'm getting a 'formattedtext is not a reference property' error with the
|
| Maximum length of DocVariable | 31 Jan 2005 15:49 GMT | 2 |
Hi- I am working in Word97. I am using DOCVARIABLEs. The document has 3 parts, each part being several pages. Part 1 always prints, and works well. Part 2 consistes of pages 17-23 and Part 3 consists of pages 24-30. I do not always want part 2 and/or part 3 to print. The user is ...
|
| Finding bad formatting | 31 Jan 2005 14:28 GMT | 1 |
Dear people, For some time now, I'm struggling to solve a VBA problem Some of you already gave some assistance, for which I'm great full. I'm trying to find some bad formatting in a word document using VBA.
|
| how to remove page break char in Word | 31 Jan 2005 14:24 GMT | 2 |
There are page break/page feed chars (shape of a SQUARE) in a Word Document. Can I remove them automatically using VBA? Thanks in advance.
|
| Problems with headers and footers - lengthy I'm sorry | 31 Jan 2005 02:35 GMT | 4 |
Win 2K Word 2K Hi All Thank you to anyone in advance who has the patience to read this. I have
|
| Template not using Current Date for New Doc | 31 Jan 2005 00:19 GMT | 4 |
Using Word 2003 - Windows XP Professional New document is opened using Template (DOT) which Date Created is used. This works properly in most instances.
|
| Finding bad formatting | 30 Jan 2005 16:25 GMT | 5 |
Dear people, For some time now, I'm struggling to solve a VBA problem. Some of you already gave some assistance, for which I'm great full. I'm trying to find some bad formatting in a word document using VBA.
|
| Formatting dates | 30 Jan 2005 15:31 GMT | 3 |
I want to use VBA to rename some files with a date. Eg for 30 Jan 2005 one file is renamed to "EN300105.txt" (eg ddmmyy.txt) I have used the following - which works, but actually
|