| Thread | Last Post | Replies |
|
| Creating AutoTextEntry from form data | 09 Feb 2004 10:45 GMT | 1 |
This is my first stab at a VBA form, and I am having some trouble trying to create AutoTextEntries from data entered in the form. I have a template with a form. When the user attempts to create a document from the template, I want to display a form for the user to enter some data
|
| need some help | 09 Feb 2004 07:26 GMT | 6 |
I have a template that a user can enter a dollar amount or percent. I want the default to be a dollar amount but also except percents. The field does not need to do a calculation. How can i have the field default to dollar amount $ but also except a
|
| Find / Replace styles | 09 Feb 2004 07:24 GMT | 3 |
Is there a quicker way of finding text formatted with StyleA (paragraph style) and reformatting it with StyleB (using VBA) than cycling through each paragraph and modifying the attached style name accordingly? I don't want to modify StyleA as I still need it in other documents.
|
| How to bold a single character in a selection from VB6? | 09 Feb 2004 07:16 GMT | 1 |
How can I bold a single character from VB when writing a range to a Word doc? The code I use is thus - minues declarations and instantiations How would I bold the word "a" in strText?
|
| How to write a multi-formatted string to a Word doc? | 09 Feb 2004 07:15 GMT | 1 |
Hi, I want to join some variables together into a string and write it to word, and if say a variable is < 0 I want it to be red. How can I do this? This is the code I am trying to use: Set wPar = wDoc.Paragraphs.Add
|
| how do i #include? | 09 Feb 2004 06:58 GMT | 1 |
hope this is the right place for my question. i am creating a template file for msword that is loaded at startup an contains a procedure that loads a number of keybindings into the norma template.
|
| List Box | 09 Feb 2004 06:50 GMT | 1 |
I have a 4 column list box that is populated by 4 text boxes. When I click on a row in the list box it repopulates the text boxes for editing. When I try to update the row in the list box with the edited data I use lstCloseOut.List(lstCloseOut.ListIndex, 0) = cmbVendorNam
|
| check value of Checkbox in Word form | 09 Feb 2004 05:42 GMT | 5 |
Is there a way to check the value of a checkbox that exists as a forms checkbox using VBA? Thanks for any help. Byron
|
| how to change information in the footer of the protected document | 09 Feb 2004 04:17 GMT | 1 |
I have created the form in which I require to change some information in the footer after applying protection for form. If I will use unprotect / protect I am loosing information entered into the form. How I can do it Regards Zigg
|
| Return to cursor position | 09 Feb 2004 04:12 GMT | 1 |
Could anybody help me with this? I write quite a few simple macros that work ok. Now I want to write one that simply globally removes any highlighting from text I have set. That's not the problem, but I want the document to remain where
|
| Fillin fields updating | 09 Feb 2004 00:16 GMT | 1 |
Is there a way to keep Fillin fields in either a header or footer from updating when the document is printed?
 Signature Tonya Marshall
|
| tab character | 08 Feb 2004 23:06 GMT | 5 |
hi. could someone tell me how can i put tab character in a variable i need to replace tab signs with indentions. i solve this with positioning in the begining of the lin and count the tab sign, then select & delete them, and then indent paragraph as many times a tab sign i counted. ...
|
| WordTemplate---Help | 08 Feb 2004 22:33 GMT | 6 |
I need a word template with something automaticaly: How can I use env-variable such as %username% and how can I get some values from Windows2000 AD, such as Name, Firstname, Tel.Nr and so on.
|
| WordTemplate and ActiveDirectory | 08 Feb 2004 21:07 GMT | 2 |
How can I create a WordTemplate with something from Activedirectory, such as Name, Firstname, Tel.Nr... thanks for help! YY
|
| extracticon api using vba (in Word or Excel) | 08 Feb 2004 16:39 GMT | 7 |
I would like to be able to extract all the icons from a file and: (a) graphically show them in a form (as a kind of list array) (b) export the icons to a folder (c) select individual icons on this form for use as toolbar buttons
|