| Thread | Last Post | Replies |
|
| From Check Buttons | 19 Jul 2007 14:36 GMT | 3 |
I am creating a form with check buttons. There is a row of answers 1 to 5 I have options to check 5 buttons in a row. I need to be able to specify how only one button can be checked in this row
|
| Message box | 19 Jul 2007 12:42 GMT | 2 |
Can someone help me with the code to trigger a message box when a certain form field has the focus? When someone hits these particular fields, I just want them to see a reminder about the content of the field. Thanks in advance!
|
| View Bookmarks | 19 Jul 2007 12:16 GMT | 3 |
Hi @all Can I and how can I view Bookmarks with theri names displayed within a word document. I am kind of beginner and create some bookmarks and i doubt whether their located at the intended positions,
|
| Carriage returns to Plain Text loses formatting | 19 Jul 2007 10:26 GMT | 6 |
<snip of code> If CheckBox1.Value = "True" Then ActiveDocument.Variables("protocol").Value = "router bgp 9999" & vbCr & "address-family ipv4 vrf " _
|
| Go to last row in table | 19 Jul 2007 10:09 GMT | 3 |
I want to jump to the first cell of the last row in a table, when the cursor is already within that table. There are multiple tables in the document. I tried this: Public Sub Last_row()
|
| Interacting with Multiple Word Objects/Documents VB6/VBA | 18 Jul 2007 19:02 GMT | 1 |
FYI, I am working on a VB6/VBA program that can reformat word documents like replace certain words with certain characters. Here's the little detail about part of my program. When the program read the selected document, it uses find/replace to replace certain words. In
|
| Case Property in Word 2003 | 18 Jul 2007 19:00 GMT | 2 |
Am developing a protected template in word 2003. There are a number of dropdown fields and I have used the Case Property where the list exceeds the regular field dropdown limitations. The problem: some of the items in the list have a subset of items the user would need to ...
|
| Add an invisible comment | 18 Jul 2007 18:47 GMT | 3 |
Sorry for the previous post in French... I'm wondering if it is possible with VBA to add a comment to a new document created in with code as well. With MsAccess, there is for each control, a property "Tag" that allows to
|
| Add an invisible comment | 18 Jul 2007 18:47 GMT | 6 |
Sorry for the previous post in French... I'm wondering if it is possible with VBA to add a comment to a new document created in with code as well. With MsAccess, there is for each control, a property "Tag" that allows to
|
| Ajouter un commentaire invisible | 18 Jul 2007 11:16 GMT | 1 |
Bonjour Est-ce qu'il serait possible d'enregistrer par code VBA un commentaire dans un nouveau document créé par code vba aussi? C'est possible avec Access, car dans chaque control, il existe une propriété
|
| Ajouter un commentaire invisible | 18 Jul 2007 11:16 GMT | 1 |
Bonjour Est-ce qu'il serait possible d'enregistrer par code VBA un commentaire dans un nouveau document créé par code vba aussi? C'est possible avec Access, car dans chaque control, il existe une propriété
|
| Run external program | 18 Jul 2007 10:33 GMT | 3 |
I know that I can use Shell to run an external program, but can I check to see if the "Shelled" program is already running so I don't end up with 2 (or 5) of the same program running at the same time? Ed (in Virginia)
|
| Deselect an active InlineShape | 18 Jul 2007 10:20 GMT | 1 |
I can iterate with the inlineshape-collection through all inline shapes in a word-document an could .activate it. But I miss the method .deactiivate. Is there a way to deactivate and inlineshape? I found solutions linke
|
| Update some form fields but not reset others | 18 Jul 2007 10:11 GMT | 1 |
Good morning, I have a template with a pop up box...the information entered into the pop-up box automatically get's put into the form. My problem is...when the form fields are updated all the other form fields are reset and I lose the
|
| How to read a word document's content ? | 18 Jul 2007 08:30 GMT | 1 |
Many thanks for your replying. try { // Declaring the object variables we will need later
|