| Thread | Last Post | Replies |
|
| change continuous page break to normal page breaks | 24 Sep 2007 15:17 GMT | 2 |
I have a document with continuous type break between pages. How do I change it back to normal page breaks?
|
| Workgroup templates and startup | 24 Sep 2007 14:20 GMT | 8 |
Forgive me for posting this in two spots. I had second thoughts about putting it in the general questions area, since it's rather technical question. Here's what I'm wondering, with some additions... We're thinking of using the Workgroup Templates feature of Word 2000. The
|
| footnotes macro | 24 Sep 2007 13:31 GMT | 2 |
I found this interesting macro on http://word.mvps.org/FAQS/MacrosVBA/UnSuperscptFnotes.htm. Sub InsertFootnote() ActiveDocument.Footnotes.Add Range:=Selection.Range
|
| import text into template form | 24 Sep 2007 13:25 GMT | 2 |
I have a text document z.txt with the same type of information but different names after. name:a rank:a
|
| Intercepting built-in commands | 24 Sep 2007 09:15 GMT | 3 |
A long time ago (October 2003), Cindy Meister wrote in this newsgroup, under this subject line, the following:
>Hi Andrew, |
| User Form Issues | 23 Sep 2007 14:34 GMT | 2 |
1. In my combobox1 click I need a stmnt to goto the next tab. The one I am using also turns my num lock on and off? 2. I need to clear the controls in userform1 upon exit of the userform? 3. How do you BOLD a ref field for a bookmark?
|
| Incrementing a string | 23 Sep 2007 08:59 GMT | 2 |
Column C contains string IDs with a varying number of blank cells between each. Having found the last entry in column E with: iDoorRow = Sheets("Pages").Cells(Rows.Count, 5).End(xlUp).Row
|
| Reference Cells In An Embedded Sheet | 23 Sep 2007 03:57 GMT | 4 |
I have a combo box in a word doc. In the open event of the doc, I populate the choices for the combo box as follows: Private Sub Document_Open()
|
| Remove Spaces from Word | 23 Sep 2007 02:35 GMT | 1 |
Its been a while since I have played around with VBA, but I am looking to make some macros in Word. The largest issue I have is removing the initial spaces from lines when I paste into word. So basically I'm looking for something that would do from 1 to end of word doc,
|
| read text from a table cell | 23 Sep 2007 01:46 GMT | 3 |
Hi, I need to go through a column of a table and sum all its values. Something like in text controls refered as total=total+.textbox.value...how to extract the value of a cell. thanks
|
| Export Block of Emails and Format to New Word doc | 23 Sep 2007 01:07 GMT | 1 |
I have Word 2003 I am trying to take a block of Emails in word and put them into new Word Document Format, so then I can Export to Excel and have each Email address in a cell. I found this code, that I thought would take the block emails put
|
| Odd Table add problem | 23 Sep 2007 00:43 GMT | 1 |
I'm writing some code against the Word object model to add a table to some word documents. I have tens of thousands of these files that need these tables added to them. Here is some code that shows me adding the table as well as setting some properties on the table to adjust how it
|
| Intercept Styles and Formatting pane mouse click | 23 Sep 2007 00:34 GMT | 3 |
I want to intercept the automatic application of a style when it is selected from the Styles and Formatting pane. My hope is to detect whether the text selection includes a partial paragraph and if it does, prevent the application of a paragraph style to it (because that
|
| Field Codes | 22 Sep 2007 23:47 GMT | 1 |
I am working in a WORD 2002 document to where I have a field that populates from an Access file. The mergefield "EXPIRATION" is automatically populated when I run the word document to which I want WORD to automatically add 10 years (date to destroy confidential documents).
|
| Find a string in a column | 22 Sep 2007 15:54 GMT | 4 |
Column E has strings identifying items. The number of blank cells between entries varies. (See below.) I need to insert a new item, say D01-006, or D01-004b. So I need to find the row number immediately above the next ID in order to insert the rows the new
|