| Thread | Last Post | Replies |
|
| Reading info from styles | 11 Apr 2005 11:04 GMT | 2 |
I'm trying to find a quick and dirty way of reading the Tab information (Alignment & leader), Bullet information (whether bulleted, Numbered or Outline Numbered and all the customizations) and Border settings from a style.
|
| Question About Borders and Shading Dialog Box | 11 Apr 2005 05:44 GMT | 4 |
In a WORD2000 macro I have the following code: With Dialogs(wdDialogFormatBordersAnd Shading) .Display TBorderStyle = .TopStyle
|
| How do I create text that if you type within it it will be repaced | 11 Apr 2005 05:37 GMT | 1 |
I'm trying to create a word docment with a series of "blank" areas in it. At present they just have pink writing within them. I am looking now at being able to label these blank areas. I.E what powerpoint does with its faded text when you insert a text box. So that it will say ...
|
| Strange Delineation of Sentences | 10 Apr 2005 23:05 GMT | 1 |
Consider the a document containing only: John Doe, Ph.D., is a scientist. As expected, "ActiveDocument.Words(1).Text" return "John". However, "ActiveDocument.Sentences(1).Text" returns "," and the second sentence is
|
| Missing reference - Word Template - but it's there | 10 Apr 2005 22:56 GMT | 3 |
I have fixed this problem but I'd like to know why it happened. Here goes: I created a document that contains a macro that basically merges the document with a .TXT file. I transferred (if that's the right word)
|
| form fields show up in RTF format | 10 Apr 2005 18:49 GMT | 2 |
I hope someone has a clue on this one! I created a form with a VBA macro that automatically does a SaveAs action to ensure the file is stored using field content to ensure the right file naming convention. I made it save in RTF format because that way the new
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial April posting | 10 Apr 2005 16:38 GMT | 1 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| mailmerge | 10 Apr 2005 10:03 GMT | 3 |
When I merge the main document with data records in the attached data source (Excel sheet) and sends the results to the printer I get this error: Run-time error '5661': You cannot send a catalog created by merging documents directly to mail, fax
|
| Is their any way to automacically copy text in Word from one page. | 10 Apr 2005 07:05 GMT | 1 |
Is their any way to automacically copy text in Word from one page to another, or from one document to another
|
| Disabled Macros | 10 Apr 2005 05:15 GMT | 5 |
If a user has macros disabled, what is the quickest and easiest way to tell them to enable them? Thanks; Amy
|
| How do I hide information in a Word document for different docume. | 09 Apr 2005 16:20 GMT | 1 |
Our team would like to create information once and use it throughout multiple versions of a document. Since we did not receive approval for a CMS, I am trying to optimize Word 2003 to gain us the same benefits. I guess you call it applying conditions to text.
|
| Converting a UserForm to a VB6 Form | 09 Apr 2005 14:02 GMT | 2 |
Good Day to all, I opened a UserForm in my VB6 and noticed that all controls including the UserForm retains their properties and methods. As far as the differences in my code I can live by doing the conversion myself, But How to I get the Userform in my VB to use the properties ...
|
| printing specific pages from Word via macro within IE | 09 Apr 2005 11:33 GMT | 8 |
>> I posted this on microsoft.public.word.vba but got no response so >> I'm trying it here. If anyone can suggest the proper newgroup, >> It is appreciated. We have a system where Word 2000 Documents are being opened within
|
| How do I calculate a duration of time in Word using form fields? | 09 Apr 2005 10:17 GMT | 1 |
I have three form fields that are bookmarked ... [start_date], [stop_date] and [duration_months]. Both dates are text form fields of "Date" type and formatted "mm/yy". [Duration_months] is a text form field of "Calculation" type with the
|
| getting selected rows row by row | 09 Apr 2005 10:09 GMT | 1 |
i have an excel sheet, where the user have to select one or more rows to I have to do something with it. But I can only do it row by row. So if the user select one row only, everything is fine. But if the user select more then one row, as I mentioned before, I have to do the work ...
|