| Thread | Last Post | Replies |
|
| Macro Writing w/VBA | 26 Aug 2006 07:06 GMT | 1 |
We would like to write a printing macro that has VBA message boxes for further prompting. I have written basic macros, but this is above my head. Please let me know if there is anyone in Sacramento, CA, area that is skilled in this area. If more information is necessary, I ...
|
| Any good books for Ms Word? | 26 Aug 2006 03:37 GMT | 2 |
May I ask if there are any good books for MS Word at the intermediate to advanced level? Thank you. David
|
| What is the difference between Word and WordPad? | 26 Aug 2006 03:34 GMT | 2 |
I would like to know why I would use WordPad rather than Microsoft Word. What is the purpose of WordPad?
|
| Shell winword | 26 Aug 2006 00:17 GMT | 1 |
I use as400 macros for creating arecordset to join with doucment template. At the end of the macro i can use the command autSystem.Shell "Winword.exe", filename.dot But how i can i open with statement SHELL to open new template and not the
|
| How do I find a date difference? | 25 Aug 2006 23:01 GMT | 1 |
I have an Access 2002 database and 2 fields (date\time) in my table. Lets say the fields are called Start_Date and End_Date. I want to create a query and use my two fields. Then in another field I want to use a function which returns the date difference, in number of
|
| What could be wrong? I am getting frustrated on this! | 25 Aug 2006 22:32 GMT | 1 |
I have created two separate Word Template *.dot. One of them when I double click on the template for a New Document it displays the UserForm1 the other for the same action does not display the UserForm1. Looking at both on the Project Explorer window in VBA I see "NewMacros" ...
|
| auto correct | 25 Aug 2006 17:57 GMT | 2 |
How do I use auto correct to type 3-year-old and have the "-" back space up to the number? Right now I have it as "yo" as the replace text and "-year-old" as the with text but there is a space between the number and hyphen.
|
| How do I create letterheads | 25 Aug 2006 17:23 GMT | 6 |
I want to create a "right-handed letterhead" that is essentially two columns, one with the list of members and a smaller one for them to initial. This letterhead will be on the right margin of all documents. The document will be posted on the bulletin board and members who have ...
|
| Cross Reference Menu from Within a Macro | 25 Aug 2006 16:59 GMT | 6 |
I have written, by manipulating a recorded macro, the following macro that is designed to keep the text in a window from moving after inserting a cross-reference. That to avoid a very annoying behaviour of MS Word to move the text in a window when a cross-reference is inserted.
|
| Shelling Wordpad | 25 Aug 2006 16:14 GMT | 5 |
Wonder if anyone can help... I am shelling wordpad in vba code but wordpad doesn't seem to like spaces in the filename. My code...
|
| Trouble Instantiating Word.Document Object in VB.NET | 25 Aug 2006 14:51 GMT | 3 |
I'm trying to automate MS Word 9 on Windows 2000 from VB.NET. I'm using the following code: Dim TmpltPath As String = Path.Combine(Application.StartupPath, "SpanishForm.doc")
|
| Sending data from one userform to another | 25 Aug 2006 13:10 GMT | 8 |
I have designed two userforms, one fires the other. I want know if it is possible to send data from the latter to the first userform or call the subroutines of the first userform from the latter Please advise
|
| Auto populate a field with a phone number | 25 Aug 2006 13:09 GMT | 9 |
I need a macro or method to auto populate a form filed with a telephone number when I type in their name in another field on the same form.
|
| Object names jumbled in word 2000 or 2002 | 25 Aug 2006 13:00 GMT | 2 |
I have created a document in word 2003 which works just fine, but when opening it in word 2000 or 2002 the vb object names get jumbled. For instance, if the first checkbox in the document is called chk1 in 2003 it could be called lbl_print when opening it in 2000 or 2002. There ...
|
| Word 2003: Add-Inn | 25 Aug 2006 09:35 GMT | 1 |
I have a document based on Normal. I attach the document to a new custom template via Tools, Templates and Add-Ins. Is it possible to run a automacro, from the new attached template, after I attached the template?
|