| Thread | Last Post | Replies |
|
| Editing a table in Word | 13 Nov 2006 11:42 GMT | 1 |
I am creating documents in Word using data from an Access database. I use document templates with bookmarks in order to create the end document. One of the templates has a table that i need to fill in. It always has the same number of rows, but the number of columns changes
|
| replace text | 13 Nov 2006 11:09 GMT | 2 |
Im a vb programmer but unfamiliar with programming word. Im trying to write a function that changes the forecolour and capitalises of any text between square brackets. eg [c]There is a house [Am] in New Orleans [E] would change so that [c],
|
| Edit table cells in VBA | 13 Nov 2006 09:55 GMT | 9 |
Is there a way I could go through each table cell in a document, removing the last character from each cell? I know that each table cell ends with a table end cell marker, so perhaps what I what is to remove the last-but-one character in each cell.
|
| List box not working on my userform | 13 Nov 2006 05:13 GMT | 8 |
I am working on a userform which has a list box of about 50 locations. I intended that users would be able to select one location and my macro would then place other items of information in the document, depending upon the list item selected.
|
| VBA code for merging word file pairs | 13 Nov 2006 00:31 GMT | 6 |
I have a main document, say DocA in which I have created bookmarks where I need to insert specific information from another file say DocB. DocB has similar named bookmarks and the information which needs to be assimilated in the main document, DocA. These are text blocks or other ...
|
| VBA code for merging word files | 13 Nov 2006 00:28 GMT | 2 |
Please note this a followup question to my previous post of Nov 1, 2006, where Doug Robbins MVP had suggested the following VBA code for merging data at specific bookmarks. I need more help that is why I am posting a fresh question again, so please forgive me for this. I have ...
|
| .ini file to check version of document | 12 Nov 2006 22:59 GMT | 5 |
I am looking for someone who can suggest ways of setting up an ini file that is called by a few lines of code in the beginning of every template so that when the user accesses the document, they will be advised on whether it is the
|
| using Word for invoice | 12 Nov 2006 13:21 GMT | 2 |
trying to use Word for invoices input quantity price
|
| Is it safe to continue using Dialogs(wdDialog...) in 2007? | 11 Nov 2006 23:23 GMT | 3 |
I've got a few places in my code that call built-in Dialogs; i'm currently updating the code work with Word 2007. These calls still seem to work: for example, but I'm wondering if there's any danger in continuing to use them in the code (which will make it easier for me
|
| find text and replace with docvariable | 11 Nov 2006 19:28 GMT | 3 |
Group, I am testing code that will find text such as "##" and replace it with a docvariable. I can successfully read a directory of over 500 MSWORD documents and find
|
| formatting currency | 11 Nov 2006 13:22 GMT | 2 |
I can't get the variable curRento to format in currency. Any ideas? Private Sub Document_Open() Dim strSite As String Dim curRent As Currency
|
| Select Body String (with a Table) | 11 Nov 2006 11:05 GMT | 6 |
Doug Robbins has kindly helped with this code and it works great except I have 2 colum tables as well. I have SUBJECT line in letter with a 2 column table in some letters sometimes and Select Range freezes on select.
|
| OLE links to Word bookmarks are problematic in Excel | 11 Nov 2006 05:44 GMT | 6 |
Hello group - I'm trying to populate an Excel spreadsheet with links to bookmarks in Word. It sort of works, but not perfectly. Sometimes I get the text I want, other times I get the heading number (e.g. 1.2.2) or just blanks
|
| Repost from Nov 3rd How do you close a document (with VBA code) that you have opened | 11 Nov 2006 04:28 GMT | 3 |
Jezebel, Thank you for all your help. I've been able in incorporate your code into my project, but I seem to be getting the following error message when I run it:
|
| Table Header | 11 Nov 2006 01:06 GMT | 1 |
I have 20 to 30 word docs in a folder. I want to insert a comment and page number in the header portion of each table. Is it possible to do this without opening each document something like doing with a macro in background.
|