| Thread | Last Post | Replies |
|
| Transferring listbox values into document | 12 May 2008 08:28 GMT | 13 |
I have 4 combo boxes and 1 text box set up on one of the pages of a multipage form in Word. The user chooses values from the 4 combo boxes and enters something into the text box and presses an ³Add² button (see code below for the add button) to insert the values into a 5 column ...
|
| Word. VC++6.0. How I can retrieve current number row? | 12 May 2008 08:22 GMT | 4 |
I have an application in VC++ 6.0. This application creates a .DOC file for Word2007. In this file I insert text and image (.bmp) This is my problem: When I insert text and/or image how I can retrieve current row?
|
| text file for mail merge | 12 May 2008 08:05 GMT | 5 |
Have text file for merge purpose. cells are seperated by a comma rows are seperated by there commas. Mail merge selection does not as I can see reconize 3 comma seperation. Is there a way to set row seperation as I create the
|
| Macro to select ALL tables (with different styles) in a word docum | 12 May 2008 08:02 GMT | 1 |
sorry if it is a repost(?) How to select ALL the tables (with different Table styles) in a word document (by exemple to apply a "table formatting macro" or a new table style to all the tables in the document at once).
|
| Can anyone change this VBA Code to my required way? | 12 May 2008 07:56 GMT | 1 |
Hai, I am looking for bookmarks to be existed even after their text is auto-inserted. I have the bookmark insert function in this way. Public Sub BM(NameOfBookmark As String, TextToInsert As Variant)
|
| Extract data from Word Table | 12 May 2008 04:41 GMT | 4 |
Hey all, I have a large document with hundreds of word tables that I would like to extract into Excel with VBA. The MSDN example I found doesn't work so I'm not sure how to proceed.
|
| Hyperlink in clipboard for Outlook Email | 12 May 2008 04:08 GMT | - |
Is it possible to create a hyperlink and place this in the clipboard so you can paste it into an Outlook email. I know i can do something like this "<file:///E:\Profile\Desktop\dropbox\sharepoint.docx>"
|
| Force Saving Document with New Name | 12 May 2008 02:35 GMT | 3 |
I am opening a document with Set DocB = Word.Documents.Open(DocA.Path & "\Intro.doc") I would like the file to show as "Document1" (or whatever the next new document would be) so that the user is forced to save it with a new
|
| Cannot access VBProject object | 12 May 2008 02:11 GMT | - |
I wanted to remove a VBA Form in a Word template. The following is the code. I have set the Word application property of "Trust Access from Visual Basic Project", but it seems that the VBProject object I got is somehow invalid. Dim wordApp As Microsoft.Office.Interop.Word ...
|
| Renaming bookmarks when inserting file | 12 May 2008 02:03 GMT | 4 |
I would like to be able to rename the bookmarks on a document that I am inserting into a template new doc. The template has the abilitiy to add this document many times and I will run sql statements to populate some of the fields on the inserted file.
|
| Need to Add reference fields to a blank document | 12 May 2008 01:50 GMT | 2 |
I have a template with the following hidden reference field. { ASK MyField \* MergeFormat} I use a {REF MyField \*MergeFormat} statement within my document to pull the data where it needs to go. I have a macro that Selects ALL and then saves
|
| Inserted Pictures | 11 May 2008 23:48 GMT | 4 |
I have documents that were converted from WordPerfect to Word. I created a macro the Resets the outline numbering, page setup and other things. A lot of the documents have inserted pictures and AutoCad drawings in them. Is there a way to over look these when the macro is running?
|
| macro for displaying section field +1 digit? | 11 May 2008 22:57 GMT | 3 |
The Section field, when added into a document, displays an arabic numeral showing the section number where it resides. What syntax would cause display of the section number, incremented by one digit?
|
| Index | 11 May 2008 22:45 GMT | 1 |
I want to index a book in word - and there are already hundreds of exisiting index entries in the text, produced an older programm. There are two forms (both nomal text in the file): - <$Imainentry>
|
| COMException when editing range and HRESULT: 0x80010105 | 11 May 2008 15:01 GMT | 3 |
Hi all, I'm not sure if this is the right place to post this, but: I am trying to work with the PIA for microsoft word from VS2008, framework 3.5. I am working in a class library with a reference to the Office 12 PIA. I have Office 2003 (only) installed.
|