| Thread | Last Post | Replies |
|
| Inserting a page at the end of a document | 25 Jul 2006 16:44 GMT | 2 |
I have some values held in an array (this is a dynamic array and the size of this changes constantly) what I need is to:
> insert a page at the end of a document (the document size varies). > create a table on this page (5 columns, rows variable as array is dynamic) |
| How to embed document object in VBA form? | 25 Jul 2006 15:33 GMT | 2 |
I'm hoping this is an easy one that I'm just brain-cramping on. Seems like I've done it before but I can't figure out how now. I'd like to embed a Word document in a VBA form (2003) so I can show text WSIWYG in the form. Can someone point me in the right direction?
|
| CopyasPicture as lossing its format | 25 Jul 2006 15:33 GMT | 1 |
Can someone help me!, while I'm converting range text to picture its losses its format? Here what I'm doing * Render formatted text to specified range by setting style to it,
|
| Save to other global template | 25 Jul 2006 12:50 GMT | 2 |
I am creating a template that uses autotext entries taken from text boxes and then updated throughout the document. Dim AutoText As String AutoText = TextBox_AutoText.text
|
| Retrieving repeatable data from a database | 25 Jul 2006 12:33 GMT | 2 |
I've got a quick question that I hope someone here can help put me in the right direction on. I have data stored in SQL Server that I would like to pull into a formatted Word document.
|
| Missing subject field code | 25 Jul 2006 10:06 GMT | 1 |
I insert the { subject /*MERGEFORMAT } Field Code in the document but half of the information was missing. e.g. ABC: Name in the Subject Properties but Name was only displayed in the document when I update the field code.
|
| How to handle ALL keystrokes | 25 Jul 2006 09:33 GMT | 1 |
We try to keep certain areas of word-documents (marked by bookmarks) from direct changes. The idea is to test on every (!) change to the document wether the cursor / the selection is currently in such an area.
|
| Correcting an error message | 25 Jul 2006 08:55 GMT | 4 |
I have two options created which fulfill the same function just producing different wording onto the final Word collation. However, on one of the options, the following error message is appearing:
|
| Anyone have any macro's for putting on copy watermark on ALL pages? | 25 Jul 2006 06:28 GMT | 1 |
I have tried unsuccessfully to create a macro that will place the words "COPY" diagonally on every page of a document (it will only go on the 1st two pages of a document) and then to print to the entire document to "uppertray".
|
| Date Format changes when printing | 25 Jul 2006 03:38 GMT | 2 |
I have a Word template with several custom fields in it one of which is Last Review Date. The toggle field code for this is: {DOCPROPERTY ReviewDate \@"dd MMM yyyy"} On the screen the date is correct but when printed the date is printed out in the American format so 8 Dec 2006 ...
|
| macro asks which Access database file to use | 25 Jul 2006 01:10 GMT | 4 |
As a side issue, when I sign in here to post a question, I designate the option of the system remembering my user name and password, but I always have to put in my password. Does anyone know what's up with that? I have a macro that connects a Word document to an Access query then ...
|
| Word UserForm ScreenUpdating Slow | 24 Jul 2006 23:40 GMT | 9 |
I am currently running a VBA UserForm in Word 2000 and 2003. In the userform initialize statement, the template pulls in data from a saved word document that is set up as a table. This table has 7 columns and 66 rows. This list the employees, phone...and other data
|
| Changing the Text Form Feilds font color | 24 Jul 2006 22:58 GMT | 4 |
Private Sub CommandButton1_Click() With ActiveDocument .Unprotect .Range.Font.Color = wdColorRed
|
| Bookmarks, Dates and Calculations | 24 Jul 2006 22:57 GMT | 1 |
I know I did this before, but I can't for the life of me remember how. It's very simple to do, so I wonder if someone can put me out of my misery? I have a simple word template with two bookmarks - DateToday and DateDue DateToday should be populated with todays date, and works ...
|
| HOWTO Add a button to Word's current toolbar. | 24 Jul 2006 17:53 GMT | 2 |
HOWTO Add a button to Word's current toolbar. Please help, I'm using VC++ and I want to add a button to a Word toolbar. I want the button to invoke a macro I make on the fly, but first I need to gett he
|