| Thread | Last Post | Replies |
|
| Using VBA To change XML root name | 06 Apr 2007 19:25 GMT | 1 |
I'm new to using vba in word but have some practice with vba in excel. That being said I have no code to offer up for anyone to look at only what I need to get done via VBA if possible. Oh, and thanks tons in advance for anything that will help or at least point me in the right
|
| make a word and following period bold | 06 Apr 2007 17:28 GMT | 4 |
I am formatting a glossary that has over 500 entries. I have to select the first word and period in each entry and make it bold. (the word and period is followed by the definition in sentence form). Is there a way to do a find/replace for this? Or a macro I could use? I
|
| run time error 75 while giving a name to a newly created form | 06 Apr 2007 15:37 GMT | 6 |
I want to create a userform by vba (word 2000) here is the code : (cut and paste from http://support.microsoft.com/kb/204330/en) I get a runtime error 75 when it reach the .name="Helloworld" line
|
| Passing variables to another procedure | 05 Apr 2007 20:24 GMT | 1 |
I have created a macro in Word 2003. How can I make one macro have three different results. In other words. I can copy the macro three times and give it different names so the users can have a choice of choose w/o date, w/date or w/date and time. Originally I created user
|
| Update excel, sql server from a word form? | 05 Apr 2007 19:10 GMT | 1 |
I was wondering if it was possible to update a database from a word document. What I want to do is set up an RGA Form (Return Goods Authorization Form). When the user opens the document, it will start a new record. After they
|
| Using a View for a Datasource in a Word macro | 05 Apr 2007 19:04 GMT | 1 |
I am printing different templates out for a mailing and have had to switch from Access to a PSQL View. The template works fine as long as the view is populated, but if it is empty, then the macro stops. I am trying to find some code to put in the macro so that I can query the ...
|
| Need help with Macro to insert X-ref with its page number | 05 Apr 2007 17:59 GMT | 1 |
I'm trying to write a macro to automate the insertion of a cross- reference (Heading, table or figure) along with its page number instead of doing the following: 1. Insert > Reference > Cross-Reference
|
| INCLUDETEXT XML | 05 Apr 2007 17:41 GMT | 1 |
Hi All, I am using the following field to return data from an XML file. I want to replace the resulting yyyy text with the current year INCLUDETEXT "C:\\Program Files\\.........\\KINTOFF.INI.XML" \x
|
| Formula in a Macro | 05 Apr 2007 17:18 GMT | 1 |
I would like to create an If statement in a macro to subtract one date from another date located on my form and if the result is greater then 3, a userform (which I already created) pops up prompting a few questions. The two dates are located on a form in the text fields as ...
|
| Organizer in Macros | 05 Apr 2007 15:57 GMT | 3 |
I have a document with macros that I want to copy across to the normal.doc. When I go into organizer it doesn't appear in the left hand pane (but I know it should be there as it shows up when I go to tools, macros, macro)
|
| Extract information from a field code | 05 Apr 2007 14:33 GMT | 6 |
I am trying to create a better userform for inserting table of authority tags (it's used in the legal industry). If you press SHIFT + ALT + I while in word you will see the native word userform I'm talking about. I have a few textboxes set up on the form but I need my userform ...
|
| Set a size for user entry section of InputBox ? | 05 Apr 2007 13:58 GMT | 2 |
Is there any way to specify a size for the user input section of VBA's InputBox(preferably something that would grow vertically with content as needed but retain its width)? Right now it, it's a single line & I'd like it to be a box (if doable) so
|
| Word macro for printing from different tray HP2430 | 05 Apr 2007 13:46 GMT | 2 |
I'm having problems with a macro for printing a letter. One copy comes from tray 2 (File copy) and the second comes from the manual feed (Headed paper) The macro works fine on an HP 4050 printer. The printer is getting replaced for a HP2430 but I cannot get the macro to
|
| macros disappeared! | 05 Apr 2007 10:01 GMT | 6 |
I had about 10 macros in WOrd (in the global or normal template) and all of a sudden they disappeared. Any reason for this - anyway to prevent this happening again?
|
| speed up bookmark update | 05 Apr 2007 04:54 GMT | 1 |
hi, is there any tip or guideline to speed up a document bookmark update (from vb6 program) .. we are trying both bookmark.range.text, both wdsetfields .. any other suggestion ?
|