| Thread | Last Post | Replies |
|
| How does macro know it has gone to next page | 23 Feb 2006 08:51 GMT | 4 |
I have VB program writing various paragraphs. On top of every new page, my program needs type something like '...Continued' How would my macro know that it has gone on to new page or can I do it some other way, ie. include it in template, but how?
|
| mailmerge | 23 Feb 2006 05:22 GMT | 3 |
Hey Guys.. I am trying to complete an automated mail merge.. It goes through successfully, but because I have the mail merge destination to a new document, it creates a new document for the output of the mail merge. If
|
| save document loses headers and footers | 23 Feb 2006 00:50 GMT | 1 |
i am trying to call SaveAs to save my document to file... i use this code Doc.SaveAs(Application.StartupPath() & "\Reports\" & ReportID & ".doc", FileFormat:=Word.WdSaveFormat.wdFormatDocument, LockComments:=False,
|
| How do I use Word and script to produce a document. | 23 Feb 2006 00:50 GMT | 10 |
I need to produce a dynamic document using word and conditional statements or scripting. Any assistance is greatly appreciative.
|
| bullet lists | 22 Feb 2006 23:56 GMT | 6 |
could someone please point me in the right direction of how to create bullet lists with vba?? Thanks Nathan
|
| Controlling Msgbox colors | 22 Feb 2006 23:25 GMT | 2 |
I use the heck out of the 'msgbox' command. Msgbox resizes as it handles more (or less) message text, more (or fewer) buttons, etc. It seems, therefore, a waste of time to try to duplicate the auto-sizing aspects with a UserForm.
|
| "extend" in cell | 22 Feb 2006 23:14 GMT | 4 |
By a find and replace, I have placed the cursor on a certain letter within text in a cell in a standard table. Now, I want to move the selection one character to the right. When I use this command
|
| Dropdown "Conditional Formatting" | 22 Feb 2006 22:56 GMT | 9 |
Hey you, solution searchers and solution gurus. Using Word 2003: 1. I want to assign a different font color for each of the four values in my dropdown field.
|
| Selecting just one page in a document in VBA | 22 Feb 2006 22:22 GMT | 2 |
Is there a way, within VBA, select just one page, say page 3, and then copy it to the clipboard? Thanks for your help....
|
| New document disaster prevention/recovery software | 22 Feb 2006 22:00 GMT | 1 |
Looking for individuals in organizations that rely heavily on electronic documents to "Beta Test" a new Windows software product called DocShield (as in Document Shield). DocShield protects vital documents by maintaining a compressed archive of document "snapshots"
|
| New document disaster preventiion/recovery software | 22 Feb 2006 21:58 GMT | 1 |
Looking for individuals in organizations that rely heavily on electronic documents to "Beta Test" a new Windows software product called DocShield (as in Document Shield). DocShield protects vital documents by maintaining a compressed archive of document "snapshots"
|
| Please advise on best practice for memory intensive project | 22 Feb 2006 21:05 GMT | 6 |
I'm assigned a challenging project that may consume vast memory resources, and am turning to the community for recommendations on the most effective design. I'm sure I'm going to hit some kind of upper limits on this, and am worried
|
| I need DROP DOWN LIST with 300 CHARACTER long PARAGRAPH choices | 22 Feb 2006 20:51 GMT | 1 |
I am created a form and need to create paragraphs where the user will pick her /his choice.
|
| Using REF after UserForm filled in | 22 Feb 2006 20:46 GMT | 4 |
I created a new UserForm for Memo's using the links mentioned here over and over: Repeating_data.htm, and Dragondrop.com, but after my UserForm window pops up and I enter To, From, Date and Subject, everything is inserted properly. The problem is that if I enter a {Ref bmkFrom} ...
|
| auto change font szie to make content fit the cell in word table? | 22 Feb 2006 20:38 GMT | 1 |
I have a fixed size cell in word table, so i should program to automatically change font size of contents in that cell, but how? I have tried to find some helpful infomation , but nothing i found. Anyone can help me?
|