| Thread | Last Post | Replies |
|
| Why is my template crashing Word? | 11 Nov 2003 08:17 GMT | 3 |
I'm using Word XP and the following code crashes word the first time I open a new document with after I click the CommandButton1. Once it crashes and I already have a word doc open and click on open new document with template it works fine.
|
| Making bookmark uneditable by user | 11 Nov 2003 08:11 GMT | 1 |
I have a template that stores bookmark data in the custom document properties. The user modifies this document. Sometimes, the text in the bookmark must be edited. I've created a toolbar button that will allow them to edit the
|
| Height of row of table | 11 Nov 2003 08:11 GMT | 3 |
In Word, I recorded a macro that sets the height of a row of a table to "at least 1 inch." Here's the macro: Selection.Tables(1).Rows.HeightRule = wdRowHeightAtLeast Selection.Tables(1).Rows.Height = InchesToPoints(1)
|
| format problems when cut/paste on letterhead doc | 11 Nov 2003 06:55 GMT | 5 |
I have a "letterhead" document (not a template) which I use to create letters by copying and pasting the body of the letter onto it. With the exception of the letterhead portion, it is blank until I copy/paste the body or
|
| Range.Find returns true, but didn't find anything | 11 Nov 2003 05:04 GMT | 1 |
I'm doing a basic search and replace on a Word Document using VB6. I'm searching for wildcards that have the format <%wildcard%> and replacing it with text from a database. The problem is, when the .Execute command is called on the range object, it returns true, but the range ...
|
| Macro to Bold Caps - Further Refined | 11 Nov 2003 03:47 GMT | 1 |
Doug Robbins provided me with the following code to apply a style (Strong) to all capitalised text. It works a treat. (Thanks to Doug). Sub BoldText() Selection.HomeKey wdStory
|
| Find a variable search string | 11 Nov 2003 02:29 GMT | 2 |
I need to use VBA to extract a string/s from a word2000 document. The problem is the end part of the string will be variable within the document. For example, I need to find every occurance of the string {MERGEFIELD DI0010} where the last part (DI0010) could in fact be any
|
| Make a macro start a small program | 11 Nov 2003 01:34 GMT | 2 |
I wonder how I can manage to write a macro which will start an application on a diskette when pressing "Ctrl+5". Any suggestions will be appreciated.
|
| Insert template into each page of word document | 11 Nov 2003 01:20 GMT | 1 |
Hi, there, I want to merge the template with each page of the Word document. How to do that? My template is simple, just two dots at the header part, and two dots at the footer
|
| Using a calendar control or date picker? | 11 Nov 2003 00:57 GMT | 1 |
Hi all, I am using the Office 2000 package. I have created a "word template" that will be used by many users across a network. One of the first fields I created is a date field.
|
| How to copy a file | 10 Nov 2003 23:41 GMT | 1 |
This command doesn't seem to work: FileSystemObject.CopyFile "n:\maler\istkar.exe", "a:\" Can someone please explain to me what's wrong with the code?
|
| Automating AutoText retrieval | 10 Nov 2003 23:26 GMT | 2 |
I have an Excel add-in that I use to open a Word template and populate tables in the document with data from Excel. I would like to insert AutoText saved in the template before the tables are populated with data, but I cannot
|
| How to create macro in Word table | 10 Nov 2003 22:59 GMT | 1 |
I need help from you guys who are expert in creating macro programming in Word, Here's the situation, I have a table say seven rows and seven column, my first rows is composed of numbers (in text) I want to search starting from the second row down to the last row, If I find the ...
|
| excel to word | 10 Nov 2003 22:33 GMT | 5 |
Hi, how can I link one excel file with 3 columns, each column into one combo box in word document Pls send a solution to
|
| Error Messages | 10 Nov 2003 21:17 GMT | 1 |
Does anyone know where I can find a definition list of system error numbers? Or, in the alternative, I have a user who inconsistently receives Error 91 while in Word.
|