| Thread | Last Post | Replies |
|
| how do I set advanced picture formatting properties? | 06 May 2005 13:56 GMT | 2 |
I have written a tool to manage pictures in documents. This includes formatting of pictures, so that users can set all the properties in a standardized way, by running a single macro (i.e. with a single mouse-click). I have this all working, but cannot access the Advanced ...
|
| Identifying table ranges | 06 May 2005 11:31 GMT | 1 |
I have a Word document with two columns. I inserted a table to span both columns but had to force a column break to balance the data. I have not worked with coding much in Word and cannot find an answer to my problems. I can't figure out how to identify the two (seemingly) ...
|
| What is NoList Style? | 06 May 2005 10:51 GMT | 4 |
I was working with a macro that Klaus Linke posted the other day to remove unused styles. Klaus explains that Normal, DefaultParagraph, and Heading1-9 sytles are built in and can't be removed. I have Word2003 and in my Normal.dot there are two other styles that can't be ...
|
| word macro to ajust label definition for various printers | 06 May 2005 06:42 GMT | 1 |
I need to create a macro that will customize a label definition for each of several printers at a firm. I know how to write the code for the label modifications, but I don't know how to write the code that gives me
|
| Word headers and footers in macros. | 06 May 2005 06:36 GMT | 4 |
How do I successfully record three different headers in three different sections of a document in a macro.
|
| removing a blank feild in mail merge | 06 May 2005 06:31 GMT | 1 |
In my document i have a feild called " name" if it is blank is there a way that it will not say "name" on the document ????
|
| reference a function? | 06 May 2005 05:12 GMT | 3 |
g'd afternoon. i'm working on a consumer-retailer templates. the consumer's template has its own template, and so does the retailer's template has its own. there are some functions shared by the consumer and retailer templates. i'd like to put the common functions in a seperate ...
|
| Error Handling | 06 May 2005 05:09 GMT | 7 |
I am working on a macro to refomat fractions. Part of the process is to check the character before and the character after the range for a "/" character. I know that if my range start = the active document range start then an error will be generated. I am not very proficient ...
|
| System.PrivateProfileString | 06 May 2005 02:47 GMT | 1 |
When I use System.PrivateProfileString I cannot read the results of a certain key. I've tried a couple of different things to make it work to no avail. Any pointers?
|
| Data Missing in wdDialogMailMergeRecipients | 06 May 2005 02:47 GMT | 1 |
i m doing word2003 automation through C# [Web Applications].i m using user dsn in .OpenDataSource [connection] property. data is selected using sqlstatement and is able to use where clause in the sqlstatement. Then i m showing (wdDialogMailMergeRecipients) dialog which do contain ...
|
| Disappearing bookmarks | 06 May 2005 02:42 GMT | 8 |
I've encountered strange bookmark behaviour. The code is in C# but it should not matter: // myWordApp variable points to the Application object // myBookmark variable points to a bookmark.
|
| simple install a template (saveas fileformat:=wdformattemplate) ER | 06 May 2005 02:42 GMT | 1 |
I am working on distributing a VBA utility an want to distribute in the easest possible way for people to install and use. I would like to distribute it as a single Word .DOC file that will contain both the documentation and the VBA. The document will contain buttons to
|
| Inserting a document that will print inside another document | 06 May 2005 02:42 GMT | 1 |
How do I insert a link to another document and have the second document print as if it was part of the original document
|
| sum up column value in a table | 06 May 2005 02:08 GMT | 4 |
If there is a table. 1st row contain three column. with data 0,0,3 (each value in each cell) 2nd row contain four column where the 2nd and 3rd column are 50% width of 1st row 2nd column. And the data is 0,0,30,40 (each value in each cell)
|
| big mess!!help! | 06 May 2005 02:00 GMT | 9 |
I am in a real big mess. I just spent 4 days on a huge macro and I accidentally gave two textboxes the same name. When I ran the macro, I got a "DUplicate ~" error. I couldn't open the form and I saved the template and quit word. Now, when I try to open any macro from that ...
|