| Thread | Last Post | Replies |
|
| Insert Property in VB - Form Help | 04 May 2006 04:17 GMT | 2 |
I'm new to VB and following a tutorial for creating a Userform. I need a simple modification to the code that has been given in this tutorial. I created a Form in word using bookmarked form fields which have various calculations on them.
|
| Combo box selection to appear at bookmark | 04 May 2006 02:50 GMT | 1 |
I've searched for help within this group on this topic, but I'm not finding my answer. I have a survey template which uses a Userform to collect information from the user and then spits the data in the doc via bookmark placement. I want to use a combo box so the user can select ...
|
| Create a custom dialog box to automatically open with new documen. | 04 May 2006 01:35 GMT | 9 |
I want to create a custom dialog box that will automatically open when a certain document (Word) is opened, with a simple 'OK' button that will close the box. I was able to create the dialog box with MS Visual Basic, but cant figure out how to implement it into the document.
|
| macrobutton problems | 03 May 2006 22:02 GMT | 4 |
I have been trying to create a fax template that includes macrobutton check boxes. To do this I used one of the existing Word templates. When I re- saved the file as a template file, the macrobuttons stop working even though the field attributes appear to be the same. Then I ...
|
| Can't find styles in VBA that were created during import of .htm file to Word | 03 May 2006 20:35 GMT | 2 |
I'm creating documents by opening and converting .htm files into Word using Word VBA. Styles, and style names, are created automatically during the open from the CSS properties of the text in the .htm file and the associated CSS file.
|
| Help with simple code answer, please | 03 May 2006 19:45 GMT | 1 |
How do I attach a simple code to a form field that says "IF" (FieldX) is GREATER or LESS THAN (FieldY), Then (FieldZ) =(FieldX)+(FieldY)" I'm making a form that has to add, multiply and subtract different fields. But I want some fields to operate only under certain circumstances.
|
| ActiveX Contols change names | 03 May 2006 18:57 GMT | 3 |
Weird problem: I've created a document template with a form containing ActiveX input controls (ComboBox, TextBox, etc.) that populates other portions of the doc (title page, header/footer, etc.). and delivered to end-users.
|
| Toolbars Again | 03 May 2006 15:21 GMT | 2 |
1. I have a lot of buttons on my toolbar and I want them all to be visible all the time. Is there a way to have a custom toolbar displayed on multiple lines? 2. Is there a way to have the text on my button displayed on two lines so
|
| get the bullet font and style from a list | 03 May 2006 14:05 GMT | 3 |
I have a word document that has 1 bullet list. The list is already formated with a font and a bullet character. I want to write a script to get these properties from the list. Anyone has an idea how?
|
| Outlook Does Not Shutdown Properly | 03 May 2006 12:18 GMT | 1 |
I had an email with a large attachment that was sent. It hung in the Otbox. I deleted it in the Send/Receive maintenance. Now after I exit Word it won't start up using the desktop icon. The system has to be rebooted. The message about Word not shutting down properly appears. This ...
|
| Re-mapping Enter Key to work like Tab Key | 03 May 2006 11:45 GMT | 3 |
Perhaps someone out there could help me. I am trying to map the Enter key to the Tab key. In other words if I press enter then it should perform the tabulator functions. I would like to do this via VBA. I managed to find a couple of postings in this group which unfortunately
|
| Format Date in Word | 03 May 2006 09:05 GMT | 3 |
Aloha, I want to enter a date as m/d/yyyy format in a template file in Word. The original date was entered as a text string dd mmmm yyyyy in a Word file, not in Field Code or Table. From the Discussion Groups I was able to assemble the
|
| List of values | 03 May 2006 03:24 GMT | 3 |
I have code accessing a named range in an excel sheet, filling a formfield in word, the access and display is in a vba created form list of values, where the user can select the value he/she wants. The display is ok, the form displays
|
| Fatal difference between Word app Find op and same op when recorded with a macro | 02 May 2006 22:20 GMT | 3 |
To recreate this, create a new doc based on normal.dot, put in a few characters of text and style them with, for example, Heading 2. The record a macro of using Find to find the style Heading 2. Close the macro, then run it on the same document in VBA.
|
| Convert Text into Fields | 02 May 2006 19:01 GMT | 2 |
Is there a way programmatically to search a document for a specific text string ( ie "[CustomerName]") and change all instances of that to be a field tied back to Custom Document Property "CustomerName"? I would like the search to cover the body of the document. If it will not ...
|