| Thread | Last Post | Replies |
|
| Document Properties | 02 Feb 2004 11:00 GMT | 2 |
I'm wrestling with a need to populate document properties programatically. For example, I'd like to place an organization name in the Document Properties Author Field and a system name in the Category Field via a macro to save time when doing this in many
|
| run-time error '5941' after merging | 02 Feb 2004 08:46 GMT | 2 |
I'm working on an Word offertemplate, after lots of hardworking, it's finished! But now there's a big problem, If the template is merged with our CRM software (called Winris, a dutch company) The macro's won't work anymore. If you use the template manualy all the macro's work
|
| vba form newbie | 02 Feb 2004 07:53 GMT | 2 |
I am an experienced Access VBA coder. I have never coded anything i word. I just want to start my learning easy. I have a form with a text box "a". The properties specifiy that it i a 2 digit number. I want to multiply the value in text box "a" by 5 an
|
| An insert question | 02 Feb 2004 07:40 GMT | 4 |
Hi, i have a need to inert some user input. One way would be an InputBox, How would i take that info and pass it to my template. Thanks Coconutt
|
| User Form Help | 02 Feb 2004 05:34 GMT | 1 |
In Word versions before 2002, the comments box appeared as the curser was placed over the highlighted word. In 2002, that function has been removed and replaced with the balloons. I was using the floating comments as the
|
| Move cursor (not insertion point) to corner? | 02 Feb 2004 05:10 GMT | 9 |
Word 2000 Is there code for moving the cursor? (I'm referring to the mouse pointer, such as the arrow, not the insertion point). Sometimes I'd like to get the cursor out of the way quickly because it's blocking text. Too lazy to reach for the
|
| making a cell the same size as the picture | 02 Feb 2004 02:26 GMT | 2 |
H I'm opening an HTML page in word. It renders beautifully with the exception of a table which has a .gif in a cell. There is a white band around 3 of the 4 edges. I assume it is due to some sort of padding. How do I make the cell the same size as the image Thank Bruce
|
| Fill in the Blanks | 02 Feb 2004 02:10 GMT | 1 |
I use word on some documents where staff need to fill in a series of blanks. Is there any way to program word to have the blanks pop up or be highlighted and then go off highlight when they fill in, so they don't miss any? TIA
|
| Revisions programming: where to find info? | 02 Feb 2004 02:09 GMT | 1 |
Revision marking is hard to program in Word VBA. Everything seems to be different than programming regular text in paragraphs. My current hypothesis is that the best way to extract revisions is using the "NextRevision"command rather than the Revisions collection.
|
| Print dialog | 02 Feb 2004 01:50 GMT | 1 |
I wrote a little program that prints some information on sheets of A4 labels. I hard coded it to print from tray 4 on our printer. The program that I wrote
|
| macro not running in form template - run time error 4605 | 02 Feb 2004 01:44 GMT | 1 |
I have recorded a macro to copy the text in a text field and add it to the autotext (this way it will autocomplete when used again). The problem is that when I save the template and then run it (I have attached it to a field to
|
| Word Dialog object: Initializing FileSaveAs dialog | 01 Feb 2004 21:56 GMT | 2 |
Is it possible to initialize properties in the Word Dialog objects? How? For esample, I would le to initialize filename displayed in the wdDialogFileSaveAs dialog so that when the dialog opens, a pre-specified filename appears.
|
| How to adress the right document | 01 Feb 2004 21:23 GMT | 9 |
I know that this matter has been discussed several times in the past, and I thought that I had the solution - but now I must admit, I had not! The problem is the following: Having several documents open in Word, I want to operate on a certain one. I
|
| saving an image in the document | 01 Feb 2004 21:11 GMT | 6 |
H I'm using VB and want to save a linked gif in the document - e.g. the same as pressing ctrl-shift-f9 How do I do this programatically Thank
|
| Need help with odd behavior | 01 Feb 2004 18:34 GMT | 8 |
I am using a macro that inserts a picture in a table cell using: Selection.InlineShapes.AddPicture Filename:=variable_name, LinkToFile:=False, SaveWithDocument:=True
|