| Thread | Last Post | Replies |
|
| Select last word of paragraph | 26 Sep 2006 22:50 GMT | 2 |
How can I select the last word of a certain paragraph? Thank you :)
|
| In a fillable form, how to get a checkmark in a box instead of X | 26 Sep 2006 22:46 GMT | 1 |
I am trying to use form fields for a survey document. When the document is protected for the user to complete, clicking in the fillable box results in an "X" in the box. I would like to get a checkmark in the box(es) so as the user completes the survey, a series of checkmarks ...
|
| Format Font courier to New Times Roman | 26 Sep 2006 22:46 GMT | 5 |
I have a listing from a text file. In the listing, it is well formatted eg Field A Field B -------------- -----------------
|
| Combo box output | 26 Sep 2006 21:54 GMT | 2 |
So I have created a form that uses lots of combo boxes but I am running out of room on the form for the information that they contain. So I was wondering...is there a way, when the dialogue box is open for you to choose from the list you see something like this:
|
| How use option buttons in Word without deselecting other choices? | 26 Sep 2006 21:45 GMT | 5 |
I've inserted option buttons, but every time I select one from one list, the previous choice disappears!! Any ideas?
|
| Paste each page in a word document to a cell in excel | 26 Sep 2006 21:20 GMT | 5 |
ok, I need to find the best way to get each page of a word document into it's own cell in excel... I don't know if this requires a macro or if there is another way to automate this. I have roughly 80 or 90 Doc files with around 50 - 1000
|
| Index Document Macro | 26 Sep 2006 21:14 GMT | 3 |
Does anyone know how to write a vba macro in Word that would place an index in the active document, but prompt the user for directory, and look at all files in that directory and read all of those files for the index markers to create the index in the active document referring to ...
|
| How to override a date & time field with "Automatically Update" tu | 26 Sep 2006 20:49 GMT | 1 |
On a .dot template I have date & time field with the “Update Automatically” checked on. When I display the Userform to the user, I display the current date on a Userform field to the user. %99 of the time the current date is what it should be printed on the document but %1 of ...
|
| How do I auto increment a date in a form? | 26 Sep 2006 19:03 GMT | 2 |
I have a daily form that I would like to print off for several days in advance but I do not know how to enter a date and then get it to increment the date on each new copy. It seems like there should be a way to create a marco to do this but I am weak on macros. Can anyone ...
|
| Change Case "Sentence Case" | 26 Sep 2006 18:57 GMT | 5 |
Can anybody tell me how I can do a Format/Change Case "Sentence Case" on a field I am receiving from a UserForm? I don't want to do a UpperCase on all the characters I just want to convert the first letter of the entry to uppercase only. User may enter space as the first Char ...
|
| How can I determine the paragrah number of a selected paragraph | 26 Sep 2006 18:28 GMT | 1 |
or notIf I wish to find a paragraph number from VB code, how can I do this? Does it matter if the paragraph has a list number or outline number associated with it or not?
|
| Problem with Normal.dot | 26 Sep 2006 18:10 GMT | 2 |
I have an MSAccess database which calls up a Word document and populates Form fields with data from the current record. This all works fine. My problems is that Word is now running (I released it in VBA coding) and when I try to close it down, I am asked if I want to saved the ...
|
| Word 2007 - API Failure | 26 Sep 2006 15:58 GMT | 9 |
[Environment] Windows XP SP2 Word 2007 Beta 2 I'm getting a catastrophic failure when trying to set the
|
| Getting the value of an unbookmarked checkbox | 26 Sep 2006 14:59 GMT | 1 |
I have hundreds of forms I've been tasked to extract data from into an Excel spreadsheet. The VBA script I developed performs the task well, but it depends entirely upon the Bookmark name to retrieve values that are Checkbox and Textbox. Turns out that four checkboxes on all these
|
| Listbox: need help creating one | 26 Sep 2006 14:52 GMT | 7 |
As a technical writer, I dabble with macros and VBA. I created a userform with a textbox in which you can enter a bookmark name (if you know what it is) and a command button that selects that bookmark. How do I code a listbox to present a set of choices? I saw the following in
|