| Thread | Last Post | Replies |
|
| Programatically inserting a logo in the header | 01 Apr 2004 00:36 GMT | 2 |
does anyone know how to insert on demand an eps logo in the header of a document programatically. I need to be able to insert (or not insert) a file in the header based on a flag setting in a useform but I cannot seem to get the thing to work. Help would be greatly appreciated
|
| A Good Macro Tutorial? | 31 Mar 2004 22:38 GMT | 3 |
Does anyone have a reference on-line to a good macro tutorial for beginners? I'd like to make use of them in both Word 2002 and Excel 2002 but have absolutely no idea how to write them. Perhaps I'm dense but the "help"
|
| Background Watermark Macro | 31 Mar 2004 20:30 GMT | 1 |
Is there a way I can create a macro to insert a watermark (using Backgroun/Printed Watermark/Text Watermark) in any size document no matter how many headers/sections? I can't get it to loop through to the end. Can someone help me?
|
| Optimization question | 31 Mar 2004 20:30 GMT | 1 |
I have a Word application that does the following to retrieve data from the database 1) Run a JSP page that queries data from the database and formats the output into an HTML table/XML documen 2) The output is copied and pasted into open word document as output. My question is, ...
|
| Insert a Bookmark in a specific spot in a document | 31 Mar 2004 18:47 GMT | 4 |
In a document I want to delete the table of contents and insert a bookmark in it's place. and then later on use this bookmark to insert the TOC back. Could you please give me a solution.
|
| Do this for each table found | 31 Mar 2004 17:54 GMT | 2 |
I want to run this code for every table found in my document Selection.Tables(1).Select Selection.Borders(wdBorderTop).LineStyle = wdLineStyleNone Selection.Borders(wdBorderLeft).LineStyle = wdLineStyleNone
|
| Open UserForm | 31 Mar 2004 17:51 GMT | 2 |
I have a userform that opens automatically when a new document is created. This userform collects information and populates the document using bookmarks and REFs. However, I would like for the user to be able to open the userform again after they've already closed it and ...
|
| Searching Word Documents | 31 Mar 2004 16:09 GMT | 3 |
I am looking for a way to search a large number (300k+) of word documents for a certain pattern of characters. For example I need to find any documents that contain the pattern &##### where & = Alphabetic char and # = Numeric char. It would flag a document containing A00001.
|
| Tool for debugging VBA Template Add-Ins | 31 Mar 2004 10:39 GMT | 1 |
Writing a language interface in VBA, I wrote a tool to help me control aspects of the add-in such as icons, menus, key-bindings, keycodes etc. It is available as freeware from http://www.RobinUpton.com/software
|
| Automatically changing the window caption when a document opens | 31 Mar 2004 10:34 GMT | 1 |
I save files with names that are no helpful to the user so I want to make the window caption different to the file name. That's no problem if they open the document using my program because I can then update the activewindows caption. My problem is if they open the document from ...
|
| writing programs | 31 Mar 2004 10:19 GMT | 1 |
as a beginer can I learn how to write programs with word 2002. I know there is a visual basic program installed but, I don't know how to use it. Is it possible to learn by using a book.
|
| Inserting sentences with more options - Please any ideas ! | 31 Mar 2004 10:16 GMT | 1 |
HI I have a little problem that I would like to get all the help I ca for. I have a template that has some buttons in one side. The button have a label, a sentence in Danish. When you click on on of thes sentence it is inserted into the document in English.
|
| Scope of procedures, implicit and explicit declaration, module level declaration | 31 Mar 2004 09:40 GMT | 1 |
The following posts come from a different thread with the subject "Routine Problem." I'm reposting it in the hope of getting input from people who may not have seen it because the three of us who have been looking at it are puzzled and reaching somewhat different results.
|
| Runtime error 429 | 31 Mar 2004 09:39 GMT | 1 |
Each time now I open a Word 2000 document I get a box reading 'MS Visual Basic Runtime error 429 Active X component can't create object' I click OK and the message goes & the doc opens.
|
| Word header height and view problems. | 31 Mar 2004 06:01 GMT | 4 |
I have a word document with different first page header. I would like to print the height of the two headers (first page and primary headers). My code prints the height of the first header and then tries to print the second header's height. To do that, I select the first header ...
|