| Thread | Last Post | Replies |
|
| Select Table dialog in Mail Merge | 29 Dec 2005 15:03 GMT | 1 |
I seem to have a problem using mail merge that Word only recognizes certain queries for use as a data source for a mail merge. I have a template I created in Office 2000 that calls the OpenDataSource method. In there I indicate the query that I want to use in the connection ...
|
| Adding a Dropdown box to a Dialog box. | 29 Dec 2005 13:08 GMT | 6 |
I am trying to add a drop down box to a Dialog box that is created on the fly when a user selects a button located in the tool bar. I know the code to create textbox, option buttons, and buttons. Can someone please help. I have looked everywhere for a sample code module with no ...
|
| conditional field | 29 Dec 2005 07:53 GMT | 3 |
I cannot quite find the answer that I am looking for in previous postings. I have a text form field, bookmarked as "positive", that takes numeric values. Based on this field, on exit from this field I want to display another field, (called pN) with the value 0 if "positive" ...
|
| Word 2003 Stamping | 29 Dec 2005 07:40 GMT | 7 |
I am looking for help on creating a personalized stamp. This used to be easy in earlier versions of Word. Basically, this is what I am trying to do... A. Create a text box
|
| Easy question | 29 Dec 2005 06:22 GMT | 1 |
1) How to tell word: for each character in the sheet change it to the next character. EX. apple chages to: bqqmf 2) if the character is A or B or C or D change it to "Å", goto next character
|
| Bookmarks in header | 29 Dec 2005 03:58 GMT | 3 |
Having troubles changing my Selection to a bookmark in a header. Here's what I tried: With objDocument If .Bookmarks.Exists("Applicant1") = True Then
|
| Registry | 28 Dec 2005 19:52 GMT | 2 |
I posted a topic several weeks ago about retrieving the Adobe settings when converting a Word document to a PDF through a macro. I don't want the user to have to enter a file name or a location for the saved document and I want to set a password on the PDF as well.
|
| Why error 91 Objectvariable or Withblock not set ? | 28 Dec 2005 19:02 GMT | 2 |
Function to compose a new Word.doc from Access-data. From some records a pich the content of a memofield, from others i insert the content of a file. I supose there somthing wrong with the selection-object.
|
| Notify other ActiveX about custom menu item click in Word using Ad | 28 Dec 2005 16:44 GMT | 1 |
I am suppose to customize MS Word so that it can be used as Editor. As per the requirements I need to add our custom menu and menu items into MS Word 2003 standard menu. We have done this using Add-in project created in Visual Basic 6.0 (E.g. "Test Menu" which will have 4 sub
|
| Help with automated "Procedure" template | 28 Dec 2005 16:20 GMT | 1 |
Hello all! Im very new to VBA, and userforms in general, however Ive managed to create a userform with a decent amount of VBA running behind it. My goal is to create a Policy/Procedure template for our company. The
|
| document succesfully loaded | 28 Dec 2005 16:01 GMT | 5 |
how can i know when a document finished loading after openning? (using c#)
|
| insert images from a form | 28 Dec 2005 15:01 GMT | 1 |
i'am now using the code below to insert images one by one in my word document change width, height and add a border But i want to make a form where i can select al pictures in one folder and select which one of them should be used and formatted by the code
|
| error with .range _ | 28 Dec 2005 12:00 GMT | 1 |
When going through the CreateAUserForm tutorial on Microsoft Word MVP FAQ Site I get an error about the .Range _ field. The error says 'invalid use of property' when it trys to compile.. Im not sure if this is because I am running 2003? Any help appreciated?
|
| Make a better version of WORD so it doesn't shut down every 5 min | 28 Dec 2005 07:16 GMT | 1 |
---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this
|
| word macro to hightlight text | 28 Dec 2005 06:29 GMT | 26 |
I use this macro in Word to hightlight certain words. Now I want to use wildcards but it's not possible with the code that I have because it will replace everything with the wildcards. Example:
|