| Thread | Last Post | Replies |
|
| Nothing happens over https | 21 Nov 2007 03:49 GMT | 1 |
Hi everyone. we have a page in our web server that users client side VBScript to interac with Word documents, first downloads them in the the clients TEMP dir, and then it copyes them into one single fiile. after that it opens Word Aplliction with the single file just and then is ...
|
| Delete blank lines | 20 Nov 2007 23:21 GMT | 2 |
I'm trying to delete some blank lines in my document which are above a bookmark. I want the macro to count the number of blank lines immediately above the bookmark till the line that contains text. If there is more than 1 blank line it should delete it/them so as to leave a ...
|
| How alter word 2003 doc last page footer without altering other pa | 20 Nov 2007 19:40 GMT | 1 |
How can the last page footer of a Word 2003 document programmatically be altered without altering the other pages? A word template document is used with a visual basic program to generate over 26,000 individual word documents using details from a file. The
|
| Table numbering / STYLEREF problems | 20 Nov 2007 17:43 GMT | 4 |
Hi, this might not be the most appropriate group (in which case please redirect me), but I've had good luck here in the past... My table numbering is messed up, and it seems to
|
| word 2007 keeps .doc file locked after save | 20 Nov 2007 17:24 GMT | 3 |
I have a C# application that uses .Net interop to open a .doc file in word 2007, so a "save as" to XML, then close it. on some documents, word keeps the file handle to the original .doc file open (i.e. a file lock which I can see in process explorer), even though
|
| Auto - FilePath? | 20 Nov 2007 17:15 GMT | 2 |
I have a macro which allows the user to you insert the project name into the doc properties. Im trying to use that name/text in a different macro to a file. So it would look like this. c = ActiveDocument.CustomDocumentProperties("Project").Value
|
| Formatting based rendering of quotes | 20 Nov 2007 17:13 GMT | 2 |
How can I set up Word so that when I am in a Courier New font section, and type a single or double quote at the keyboard, it will use Ascii 39 (') or Ascii 34 ("), respectively? Details: I'm writing a document in word (Word 2003 on Win XP Pro) with the default Times New Roman, ...
|
| Can't Delete Space After Period | 20 Nov 2007 14:48 GMT | 2 |
I can't delete a space (ASCII 32) in Word 2003 after a period, any punctuation mark, and in some instances, for no apparent reason. Why not, and more importantly, how can they be deleted? The code is the condensed version and intentionally uses wildcards (there's additional ...
|
| NEWBIE:splitting multi-page word doc into single word doc - thank | 20 Nov 2007 13:13 GMT | 14 |
Environment: Windows XP/ home edition; sp2 Office 2000 [no help installed and no cd to install help :-( ] experience: newbie to vba, c coding experience This request is free of charge for a friend who would do anything for
|
| Populating userform/sharing data | 20 Nov 2007 10:46 GMT | 2 |
I have two templates, each with their own userforms and they work just fine. Under certain conditions (a checkbox in userform1 = True) a new document based on template2 is created. Again this is working fine. The two documents/templates share a couple of pieces of info and the ...
|
| VBA - code for border for a table | 20 Nov 2007 06:29 GMT | 2 |
In Word 97, I have the following code which takes the selected rows from a userform and inserts the data in table format into the Word document. Ideally, I would like the table to be indented at 2.5cm (that is, the left-hand border of column 1 is positioned at 2.5cm).
|
| Counting Text Occurrence In A Multi-row Range | 20 Nov 2007 01:24 GMT | 3 |
I've been working to find a solution to counting the cells in a Word table that are in a multirow range, and have an "X" as text. (Table is 13 rows X 32 columns) Using the code below, I get a count of all of the "X"s in rows 2 and 3. What I want to do is count the "X"s in the
|
| Add the document property of Subject to a table in a footer | 19 Nov 2007 22:23 GMT | 4 |
The table is already in the footer and the built in document property of Subject needs to be inserted into this 1 row 3 column table in every footer regardless of how many sections there are in the document. The field needs to be in the 1st column.
|
| Macro Button that invokes an Acrobat PDF search? | 19 Nov 2007 19:44 GMT | 2 |
It would be wonderful if the great power provided by Acrobat PDF Advanced Search Options (when PDF full text indexing is used) could be seamlessly accessed by a Word user within Word, via a hyperlink or macro button. For example, if a tech writer is writing a proposal and needs ...
|
| Reusing Form Code | 19 Nov 2007 19:20 GMT | 1 |
I have two forms, let says they are called: * frmEmployee * frmLocation On both of these forms I have two Combo Boxes, one called cboLocation and
|