| Thread | Last Post | Replies |
|
| Toolbar-Problem | 30 Aug 2005 17:14 GMT | 13 |
In Word97 I create a Toolbar (x=Application.CommandBars.Add) with a single Button on it (x.Controls.Add). I have further an Add-In "addin1.dot" in the StartUp-Fodler with a module "Module1" which contains a procedure "Proc1" itsself. If someone clicks the button the
|
| Button / Toolbar | 30 Aug 2005 16:49 GMT | 18 |
I have an Add-In with an AutoExec()-Procedure where a Button is added to the standard-toolbar when Word is opened. 1.) The Problem is that the button will not be deleted after closing and re-opening word. WHY?? (note: even if temporary:=true)
|
| Remove Last Page and Preserve Formatting | 30 Aug 2005 16:44 GMT | 1 |
I am an OK Excel VBA user but Word... I am using Word 2003 on XP. There are only two sections in the document which I will call "report", and "certificate". What I am trying to achieve is to delete the last page (or
|
| I get an SQL confirmation question | 30 Aug 2005 15:04 GMT | 2 |
When I load a .dot file which is a mail-merge document, I get a confirmation question: Opening this document will run the following SQL command: Then it gives the name of the table
|
| Splitting document into multiple documents | 30 Aug 2005 13:29 GMT | 2 |
I'm trying to split a single document into multiple documents. Specifically, each page must be it's own document. I'm savvy with VBA for MS Access - but these Word objects are killing me. I've seen examples in the news groups that don't seem to be working for me -
|
| Word Form while processing? | 30 Aug 2005 10:05 GMT | 3 |
I need to keep users from clicking in a document while a macro is running. Can I show a form, run the macro(s) while the form is up, then disappear the form when the macros are complete and I can turn document
|
| Print Directly To PDF | 30 Aug 2005 05:59 GMT | 7 |
What line of code would I use in word to print a document directly to a PDF without getting in information form the user. The variables that I would want to set in code would be: For the PDF to be saved in the same location as the original document.
|
| advice on macros | 30 Aug 2005 02:23 GMT | 1 |
Advice on creating macros, I have a word template which I frequently copy and modify certain entries example the date or other strings in the copied document. Appreciate how I could use say a macro enabling myself to fill in items
|
| Filling form contents and copying to second location | 29 Aug 2005 17:03 GMT | 2 |
I am createing a form that will have a user input a Name and Address that I need to also show up on another page within the document. I would like the text entered in the first page to auto-copy/paste to the second location in the document.
|
| table parser | 29 Aug 2005 16:38 GMT | 1 |
I have a table in a Word document. I wanna write a parser in java to get the data in each field of the table. But I found that it is difficult. So I wonder if there is a way in vba to do this.
|
| Send Sections as Emails | 29 Aug 2005 16:34 GMT | 2 |
I already installed the ClickYes Utility from here: http://www.contextmagic.com/express-clickyes/ I have a document of emails I want to send. The first line of each is the email address (just one address). After that is the text of the email. They
|
| Rename a Module | 29 Aug 2005 15:11 GMT | 3 |
Hi all together, Have I to worry about two (or more) modules that are called the same? Because I always have to use the given names like "Module1", "Module2", etc. and therefore it could happens that two (or more) documents are
|
| How to count the characters in header/footer? | 29 Aug 2005 13:28 GMT | 3 |
Can anybody give me the macro code to find the character count of the contents in header/footer? Thanks! Paresh
|
| Word 2003 Template issues | 29 Aug 2005 05:02 GMT | 21 |
I will start by thanking everyone that contributes to these news groups. I have learned a lot here. Now to my question. I have a word template that I need help with. In this template I have
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial August posting | 29 Aug 2005 03:17 GMT | 4 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|