| Thread | Last Post | Replies |
|
| Watermarks | 19 Sep 2006 15:06 GMT | 2 |
I'm developing a COM-Addin for Word as a part of a integration to a system for document management. It is a rich and database-dependent Addin which creates and maintains documents using specialized toolbar functions.
|
| Pagebrakes and pageheadings/footings | 19 Sep 2006 15:05 GMT | 2 |
I'm developing a COM-Addin for Word as a part of a integration to a system for document management. It is a rich and database-dependent Addin which creates and maintains documents using specialized toolbar functions.
|
| problem in inserting image | 19 Sep 2006 14:55 GMT | 9 |
hi experts how to insert a image into word document from a resource file. i can't give physical path of the file. at present i am using the code:
|
| Insert HTML "blob" into existing document | 19 Sep 2006 13:58 GMT | 2 |
From a user perspective, I can copy a blob of HTML from somewhere and paste it into a Word document (Word 2003 in this case), and all the formatting is preserved. I need to be able to do this programmatically. I have a blob of "raw" HTML
|
| Getting the results of a Query in VBA | 19 Sep 2006 13:43 GMT | 4 |
I have a query that returns 9 rows and 5 columns. I can run the query fine but am having trouble retrieving the results of the query. I haven't used VBA in a few years and forget how to do this simple thing. Here is how I run my query:
|
| Carriage returns within form text. | 19 Sep 2006 12:26 GMT | 1 |
Instead of this code: ElseIf OptionButton2.Value = True Then pleasenote = "per annum and your regular termly payments will be $5 commencing date."
|
| Insert an image into a word 2007 document | 19 Sep 2006 12:26 GMT | 2 |
Does anyone have an example piece of code that inserts a .bmp file into a word document from a selected folder location? Any help would be really helpful. Thanks in advance!
|
| Putting a return within text | 19 Sep 2006 12:26 GMT | 1 |
I really need some help with this one, I have tried a few options but not managed to get any to work. I need to insert a carriage return into some text automatically entered by a form I have created so that instead of being on one line it is seperated into paragraphs.
|
| updating Header Bookmarks | 19 Sep 2006 10:54 GMT | 2 |
hello there, i have currently got a document that updates fields in the document properties automatically depending which fields are filled in etc. the question is this, I want to update some fields in the header from
|
| Closing a file without saving | 19 Sep 2006 05:22 GMT | 3 |
Good day all. I am trying to provent users from saving any changes to a document. What properties or methods may I use to prevent the "Changes has been made" dialog from appearing to the user?
|
| list box headings | 19 Sep 2006 04:14 GMT | 2 |
Hello, I have a userform with a listbox that is filled with data from an access database file, using the listbox.list method. It all works fine, but is there any way to fill in the column headings with the names of the fields,
|
| Word was unable to read this document. It may be corrupt. | 19 Sep 2006 03:57 GMT | 2 |
I am having a Word document that I cannot open receiving the well know message from Word 2003. Word was unable to read this document. It may be corrupt. Try one or more of the following:
|
| RE: Word Userform problem | 19 Sep 2006 01:49 GMT | 1 |
I am working on a project where I get user information via a Word userform. This form then opens several other Word forms, one at a time and writes some data, saves and closes. Is there a way to speed up the process by not having every form open then write and then close? I ...
|
| Enter key mapping | 18 Sep 2006 22:55 GMT | 7 |
I create a new template, insert the code KB Article 187985 - "how to code the enter key to move to next field in protected form" (http://support.microsoft.com/default.aspx?scid=KB;en-
|
| Return current file name | 18 Sep 2006 22:42 GMT | 2 |
Good day. I am trying to retrieve the file name of an open document prior to it closing. I am using Application.FileSearch.FileName to attempt to retrieve the file name. When I step over it I'm only havea NULL value in my variable.
|