| Thread | Last Post | Replies |
|
| Template for creating Templates | 21 Aug 2007 03:18 GMT | 4 |
O Wizards of Word! Bless me with your insight! I thought I would post a question here before I even attempt to develop a solution - might save me a headache or 2. ;-) The process I'm trying to support is this: We provide templates to our
|
| Drop-down box results create multiple tables? | 21 Aug 2007 03:15 GMT | 5 |
Would anyone know of any macro that is tied into the output given by a drop-down box ( for instance a Number of Parcels drop down box ), which will in-turn create/remove additional data within the document without actually Un-Protecting the document?
|
| Setting Path in FileSaveAs Dialog | 21 Aug 2007 00:54 GMT | 4 |
Very quick question: Is there any way to set the path in for the FileSaveAs dialog when calling it in code? The reason I ask is because I'm trying to save a newly created template programmatically (see my previous post) but Word wants to save it in my User
|
| Using a COM server DLL in Word VBA? | 20 Aug 2007 21:18 GMT | 2 |
I can't get it... It should be possible --- Tobit's server "David" for unified messaging supplies a DLL called DvAPI32.DLL which is a COM server providing objects and methods and properties to be used in C/C++ or
|
| CommandBar item creation? | 20 Aug 2007 18:16 GMT | 2 |
In which event is it most appropriate to create a CommandBar button that displays information about the currently open document? A little background on my Add In: VB6 COM add-in written to display and change a Custom Document Property for any Word document.
|
| Copy text from one document to another | 20 Aug 2007 18:08 GMT | 1 |
I would like a macro to copy all text (except headers and footers) from all pages or selected text (except the first page) from A.doc to B.doc. I think I need each page to be copied and pasted indivdually so that header, footer, page setups etc do not get copied from A.doc to B ...
|
| A Macro that calls another macro? | 20 Aug 2007 18:06 GMT | 6 |
Here's what I need to do. I need to create a macro that opens a list that the user can choose a specific person from. A little background, I have signature blocks for nine people set as autotext. I need to create a macro that brings up a list of those nine people, that a user ...
|
| Extending a selection with a find | 20 Aug 2007 15:50 GMT | 6 |
I am trying to extend a selection with a find via the following script. Sub TEST_FIND() Selection.Extend Selection.Find.ClearFormatting
|
| Creating custom buttons | 20 Aug 2007 14:56 GMT | 1 |
I would like to create my own custom command buttons(I would like to create a new button with an icon) in the Microsoft word "standard" bar. On clicking this button.It must execute a macro and do some operation. PLease help me.
|
| Saving persistent values for later use (sort of cookie) | 20 Aug 2007 12:54 GMT | 4 |
I have some templates whcih use the same information for a user, at least most of the time. the idea is that the user can select to save his details for later reuse. This is done using a check box on a userform associaed with the template. I decided that the best thing to
|
| How to get all the bookmark names in a word file in C# | 20 Aug 2007 09:50 GMT | 2 |
How to get all the bookmark names in a word file in C# Many thanks for your replying.
|
| Where to start with VBA and Macros | 20 Aug 2007 09:12 GMT | 2 |
Well - I used Word 97,2000, 2003, and I am using 2007 now. I have "some" experience with this app. I use Word every day almost. Now I would like to start with VBA and Macros because I create a larger
|
| Address Book | 20 Aug 2007 08:18 GMT | 2 |
Re: Question about MS Word Hello I have been using MS Office Word 2003 and now I am upgrading to Office 2007 Professional. With Word 2003 I was able to use Outlook Express for my
|
| Delete text between two bookmarks | 20 Aug 2007 08:03 GMT | 1 |
How to delete text between two bookmarks. To get the text I am using: vstring = ActiveDocument.Range(ActiveDocument.Bookmarks("bookmark1").Range.Start,
|
| Macro which will run if doc goes to more than one page | 20 Aug 2007 08:02 GMT | 1 |
I have a document template which may or may not be two or more pages long but in some case only 1. What I want to do is create a macro that will show text eg 'Continued on next page ...) only if the document goes to page 2 and beyond. I can't do it with a macro prompt
|