| Thread | Last Post | Replies |
|
| Checking a checkbox formfield with a click on a document | 07 Jan 2006 10:28 GMT | 1 |
I was wondering if through VBA a user could click or doublclick on a checkbox formfield and and it would switch between checked and unchecked. I have created a userform where for the doc where the user can click on a check box or option box and it fills in the
|
| Display date and time | 06 Jan 2006 20:42 GMT | 2 |
Im new at using VB in word so don't laugh Can I use something like =now() to display the date and time within Word? I can only use Excel properly at the moment
|
| Insert Address Book Contact Information into Word | 06 Jan 2006 20:36 GMT | 1 |
Would anyone know the objects involved with inserting Novell Address Book contacts into Word. I'm interested in modifying the example userform from the MSDN article "Insert Outlook Contact Information into Word Documents" so it can work with GroupWise
|
| outlook calendar entry | 06 Jan 2006 20:20 GMT | 1 |
I would like a date on my word form to add a reminder to a user's outlook calendar 80 days beyond the date on the word form. How would I do this using vb or vbscript behind the word form?
|
| listbox column headings | 06 Jan 2006 18:27 GMT | 4 |
listbox1.ColumnHeads [= Boolean] when boolean is true the listbox has a place for column headings, how do you add a caption to those headings?
 Signature K.Brown
|
| Create reference to .cls file in Word Template | 06 Jan 2006 18:25 GMT | 3 |
We are facing the problem that Word 2003 doesn't automatically update header and footer fields anymore. We have a classification written in these fields and it need to be updated at load every time.
|
| Resetting form fields | 06 Jan 2006 15:19 GMT | 3 |
The template I am creating will be used on Word version 97 - upwards I have concocted the below code will the help of participants on the newsgroups which places a different watermark on 3 copies of 1 document. For some reason though, despite having set the formfields to noreset ...
|
| VBA Word document with dynamic features | 06 Jan 2006 14:34 GMT | 4 |
I was looking for a programmer who can create (using VBA) a Word document with some dynamic features. From what I know, it's not a terribly difficult document to create, but I had trouble finding someone who understands how to do it.
|
| Can I create a symbols toolbar? | 06 Jan 2006 13:42 GMT | 2 |
I would like to create a custom toolbar with six or eight symbols on it that we will be using all the time. Does anyone know how to create such a toolbar or is there a way to put the symbols on the toolbar by drag and drop?
|
| Determining if a selection goes to a second line | 06 Jan 2006 05:26 GMT | 7 |
How would you deterine if a multiword selection extends over more than one line? In other words, a selection begins with a couple of words at the end of one line, and continues to a couple of words on the next line. I've been trying the Information property, but can't find any way
|
| Date and language | 06 Jan 2006 03:12 GMT | 3 |
Format(Date, "d mmmm yyyy") wil result in 4 januari 2006 (dutch language) how can i get the output into a different language? for example
|
| Userform to display index marked { XE"..." } fields | 05 Jan 2006 23:34 GMT | 5 |
I am a reasonably competent word user, but new to VBA. I index words a lot in my documents and I want to design a simple userform that has a listbox which shows all the words which as index marked in { XE"..." } fields. I have got so far as the design of the box, but can't find ...
|
| explicitly naming shapes, groups, etc, in macros for Word drawings? | 05 Jan 2006 22:49 GMT | 8 |
see the macros below - paste these into a Word document and run macro testDraw1 - it should work a green blob dances around the screen But try running the macro testDraw2
|
| Screaming with frustration | 05 Jan 2006 22:24 GMT | 6 |
I have done something to make a dog's breakfast out of my VBA editor view. Until recently when I pressed ALT+F11, the Code window opened on the right two thirds of the screen, the project explorer opened on the top left one third and the properties window open on the bottom left.
|
| PDF properties in Word | 05 Jan 2006 21:14 GMT | 5 |
I have a macro that I am using to convert a Word file to a PDF. I am changing the activeprinter to "Adobe PDF" to do this. When you manually change your printer to "Adobe PDF" you have access to the Properties dialog box which allows you to specify certain security for the PDF -- ...
|