| Thread | Last Post | Replies |
|
| headings format/RegEx | 01 May 2005 00:07 GMT | 5 |
I was curious whether there was regular expressions in vba similar to perl. This is what I want to do. I have a documents of 150 pages long. I am trying to programmatically format it. I am looping through paragraphs to apply heading styles. All headings
|
| autotext and tables | 30 Apr 2005 23:05 GMT | 2 |
I use a form to insert autotext into a doc. This particular autotext is in tabular format. My problem is that some of the rows when inserted will span multiple pages and the next row down will start after. (Which is a good thing) However some of the rows, when inserted will span ...
|
| DATES | 30 Apr 2005 18:28 GMT | 3 |
I have a form in Word which needs to be 2-sided when printed and contain calendar dates - one for each day - to be filled in by hand by people without computer access. Preferable format "Friday, April 29, 2005. Can be moved to Excel. Any help is greatly appreciated.
|
| Word form to be sent as an attachment | 30 Apr 2005 18:26 GMT | 1 |
I have word form, which has radiobuttons, checkboxes and a Send button, which i have managed to create. It needs to be emailed as an attachment, which the receiver should be able to fill up and email back.
|
| Word form to be sent as an attachment | 30 Apr 2005 18:24 GMT | 1 |
I have word form, which has radiobuttons, checkboxes and a Send button, which i have managed to create. It needs to be emailed as an attachment, which the receiver should be able to fill up and email back.
|
| Mail merge vs. insert database field | 30 Apr 2005 14:22 GMT | 6 |
I realize that mail merge is for doing merges with a data source in bulk. I need to do a merge of data from a database and I will be using an SQL statement to pull only the item from the database that I need -- it will be data for only one record.
|
| Word changes the reference path to an addin | 30 Apr 2005 14:22 GMT | 1 |
I’m using a lot of different templates, all including VBA code. Because all templates use some of the same code, I’ve stored it in one global template/addin, placed in the Words startup folder (C:\system\start) All my templates have a reference to that global addin, and each ...
|
| IncludeText field updating automatically? | 30 Apr 2005 14:22 GMT | 2 |
I work for a law firm and am responsible for updating our letterhead every time an attorney leaves or joins the firm. Because we have 7 printers with varying paper tray settings, this requires 7 letterhead templates. I've experimented with the IncludeText field hoping I could ...
|
| Square Boxes | 30 Apr 2005 14:22 GMT | 1 |
I wrote some code in excel that would take cell values and write it to the appropriate form field in word. I have vbcrlf but when it gets to word i get two square boxes instead. Does anyone have a work around? Anthony
|
| Nested Tables | 30 Apr 2005 12:17 GMT | 2 |
Helmut/JGM The other day the three of us where looking at the problem of drilling down to "deep" nested tables. Cindy Meister "shoved" me twice in the right direction and I think I have finally put together some code that will delete
|
| html | 30 Apr 2005 07:24 GMT | 2 |
I have a word document with a lot of html links. How can I download automatically all the html files of those links? Bye. Marcel
|
| Disable form field using VBA | 30 Apr 2005 04:11 GMT | 1 |
Using Word 2002, is there a method to uncheck 'fill-in enabled' using VBA? For example, on exit of each checkbox in a group, determines if one is selected and then disables several other fields (so that tab moves to the next group).
|
| Current Position? | 29 Apr 2005 21:46 GMT | 8 |
How do I determine what the current insert point is in the document? Alternatively, how do I select the current word (if any) that the user is typing?
|
| Get a cell value from excel | 29 Apr 2005 21:21 GMT | 2 |
Hi, Firs of all, thank you for reeding my question. I would like to get a cell value from a excel file into a word file, using macros programming. I mean, developing a macro able to read a cell.
|
| VBA question, can't get this macro to work | 29 Apr 2005 20:51 GMT | 2 |
i can't get the replacement text area to work. It finds the right information, but i can't get the insert section break to work. PLEASE HELP!!!! With Selection.Find
|