| Thread | Last Post | Replies |
|
| Insert Rows (using Range object) | 22 Apr 2006 00:30 GMT | 9 |
So, here's my latest problem in my quest for Range.objects ("Give me range, lots of range...") What code works for inserting rows in a range object, if the following code works with a Selection object,
|
| page numbering | 22 Apr 2006 00:12 GMT | 2 |
I have 16 files (30-100 pages app). I have already numbered them `x of y'. Now I want to make one volume of those files with continous numbering. From page 1 to last page. Is there any simple way of doing it. Thanks.
|
| How do I store an autotext entry without storing the formatting? | 22 Apr 2006 00:08 GMT | 3 |
I want to store the DateSave field as an autotext entry. (Why? I can drag it from there onto a custom toolbar - It's the only way I can find to get it there!) The problem is, when I insert the DateSave field into a document then make a
|
| Encapsulating data | 22 Apr 2006 00:04 GMT | 4 |
I have been using the form.checkbox to catch and display a database value e.g. 'NU0603_ObsvdPrecautions If Not (Trim(rsHHA.Fields("NU0603_ObsvdPrecautions").Value & "") = "") Then
|
| Form | 21 Apr 2006 23:49 GMT | 1 |
Can anyone suggest how I could create a page of labels with whatever is entered from a text box at the click of a button? I have created a form that has a text box and a command button but I don't know how to get the textbox data to a page of labels. Help...
|
| Strategy for Testing a Series of Words | 21 Apr 2006 23:43 GMT | 7 |
Office 2003, Windows XP I'm working on a macro that my users can use to select a headline that is all uppercase, and convert it to a caps/lowercase headline. Title case gets me part of the way there, but some words, like "and" and "for" and "to,"
|
| [msword/vba] Problem with showing/hiding shapes | 21 Apr 2006 22:48 GMT | 6 |
Got a strange problem: A document has a corporate logo, which doesn't need to be printed on the clients pc (as he has preprinted paper). The logo does need to be printed other computers (when client for example mails a document).
|
| mergefield programming Word | 21 Apr 2006 22:43 GMT | 2 |
Hi. Can anyone share with me a switch or method to trim a character out of a mergefield from the output if it exists in the source. To illustrate. I have a sentence "...thanks to the attendees {MERGEFIELD attendees_name_combined}."
|
| Word as Email Editor | 21 Apr 2006 21:00 GMT | 2 |
General Question: What characteristics of Word or the particular document are they that display as an email editor, rather than a normal document? How can one tell from VBA which mode a document represents?
|
| help with automating letter | 21 Apr 2006 17:31 GMT | 3 |
i want to create a letter which when opened asks several questions and then inserts relevant paragraphs dependent on answers eg dialog box asks was sale advised if yes paragrahed blahblah 1 inserted else blahblah 2 inserted
|
| Delete section breaks without using replace | 21 Apr 2006 14:37 GMT | 8 |
I have a merged document in a table format. So, once merged, there is a section break in between between each row of the table. There are over 500 records being merged, so it is not possible to create a table with all possible <next record> fields.
|
| Need to know Office version in VB.NET 2005 | 21 Apr 2006 09:38 GMT | 1 |
I am new to Office development. I am working on "Document Generation System". Problem is that the system works only with "Microsoft Office 2002 SP2". Now I want to know how to get version related information to restrict users having diferent version of MS Word.
|
| How to trap ENTER key in WORD table | 21 Apr 2006 01:49 GMT | 1 |
I have a protected document with form fields and tables in WORD 2002. When a users hits the ENTER key inside a table, WORD simply adds a row's worth of space to the cell. (Not sure why this happens when the table is protected.) I'd like to change this behavior so that the ENTER ...
|
| Bolding in a text file to be read into Word | 21 Apr 2006 00:35 GMT | 1 |
I have gotten a lot of great help from this group, so thank you all. My current problem is: I would like to structure a text file in such a way that when it it read into Word, areas in the file that I want to be bolded will be bolded in the
|
| Opening text file in word? Can there be underlining? | 20 Apr 2006 22:21 GMT | 3 |
I am creating a text file which I will later open as a Word document. I want to underline some words. Is there an escape code available to signal to Word to turn on and off underlining?
|