| Thread | Last Post | Replies |
|
| Copying body text from email to word doc | 05 Nov 2007 05:53 GMT | 7 |
I am trying to resuscitate some lost code someone wrote a few years back. Basically, a colleague receives between 50 and 250 emails with specific information in them which all go (or are copied) into a specific outlook folder. I need to be able to extract the body text (only) of ...
|
| Add a bookmark that uses a string as the bookmark name? | 05 Nov 2007 05:33 GMT | 4 |
i want to add bookmarks to a document that use the value of a string as the bookmark name. An extract of the code is below. strBookmarkID = DateID mydoc.Bookmarks.Add Name:="strBookmarkID", Range:=Selection.Range
|
| string limit when using selection.typetext? | 05 Nov 2007 05:12 GMT | 5 |
i've stored a very large string, myBody Len(myBody) returns roughly 230,000 for some reason, when i try to selection.typetext(myBody)
|
| How validate a textbox value with the enter key? | 05 Nov 2007 04:55 GMT | 1 |
I am using the change event but it changes for each key. I want only when the textbox is writed. Sorrry for my bad english. Thank's for your help.
|
| Input box based upon a list | 05 Nov 2007 00:48 GMT | 29 |
I would like to use an INPUT BOX that rather than having a user key in something, they would choose from a list. Is this possible? If so how would you code? A userform is not what I am looking for as this is not part of the document
|
| Need macro to leave user in Insert File dialog | 05 Nov 2007 00:36 GMT | 1 |
I need a macro that performs the keystrokes Insert...AutoText...AutoText, types "DPS" and leaves the user there so they can select the AutoText entry. I can record these steps, but do not know how to "stop" the recording in the middle of a dialog.
|
| Select text on specific line | 04 Nov 2007 23:54 GMT | 2 |
I need to get the text that is on a specific line. The text will always be different but always in the same position in the document. Thanks!
|
| loop to create multipage doc with single page tempate | 04 Nov 2007 19:21 GMT | 3 |
I want to loop thru an Access recordset, and create multiple pages from same 1 page Word template. I can create one page ok with, but I'[m not sure how to add another page, (using same template), using next row from Access.
|
| How can change type of the brackets in Citations? | 04 Nov 2007 08:25 GMT | 1 |
I use Word 207 and I insert a BIBLIOGRAPHY field code into my document. But default list of sources include a round brackets. For example: (King, 2003). I need change it for square brackets. Is it possible or not? How I
|
| I have no idea. HELP | 04 Nov 2007 07:51 GMT | 2 |
I have no idea what I'm doing or how to fix it. Someone made some forms years ago. Now something is wrong with them and I've been asked to fix it. The person that made the form is not here. I'm getting error reports and when I tell it to debug this pops up. and the polnum = ...
|
| Cross Reference Macro to Current Paragraph | 04 Nov 2007 07:43 GMT | 8 |
I am having a problem with a cross reference and would really appreciate some help. What I am trying to do is create a macro that will insert a full context cross reference that references the current paragraph. For instance, par. 3.5 states "except as provided on Schedule 3.5. ...
|
| How to Loop through document and gather statistics? | 04 Nov 2007 07:29 GMT | 7 |
I am an Access VBA programmer and don't really understand Word VBA programming. Basically I have MS Word files that I would like to loop through searching for particular word strings like "Private Sub", trap that entire line, then count the number of lines until an "End Sub" word ...
|
| Need assistance asap please-thanks. | 04 Nov 2007 06:43 GMT | 4 |
I have a schedule-type table in MS Word with 13 rows (12 months + label row) , and 32 columns (31 days + label column). The cells for months with <31 days are blacked out. I want to assign variables to my starting cell, and ending cell, then count the number of cells that
|
| Populating Textbox from Combox Using Dao | 04 Nov 2007 04:24 GMT | 2 |
Problem After a user selects a client's name from a combobox, I want to select the addrss details from an excel speadsheet using DAO - someting like: sqlStr="select * from ClientNames where name like '" & ComboBox.value & "'" The excel spreadsheet has four columns: Name, Street, ...
|
| I can toggle faceID on commandbar but not custom menu | 03 Nov 2007 12:39 GMT | 5 |
I can toggle the displayed faceID on a custom commandbar with the following code: With Application.CommandBars.FindControl(Tag:="Show my folder") If .FaceId = 1088 Then
|