| Thread | Last Post | Replies |
|
| database | 28 Oct 2005 04:37 GMT | 6 |
My name is Gautam and i m new here... i have a specific query regardin my project. I want to make a template in word where my product (ie engine) i selected from the drop down menus and all information pertaining t
|
| Form Field Suggestion using date entries | 27 Oct 2005 21:15 GMT | 1 |
I think it would be valuable to incorporate a small calendar to enter a date in a form field in Word. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the
|
| "Do while not" | 27 Oct 2005 21:11 GMT | 2 |
I am trying to figure out how to modify a routine that uses Do While Not. The issue I'm dealing with is that Do While Not checks the validity of the value contained in a bookmark against a mask. However, I need to accomodate more than one mask.
|
| Adding a drop-down programmatically | 27 Oct 2005 20:19 GMT | 3 |
I'd like to be able to add 2 drop downs to 2 cells of a table in word, but I'd like to do it programmatically. I'd like to be able to do this off of the add-row event in word (the event that adds a table row); Is this possible, and if so, can you provide direction?
|
| Header and Footer Margins | 27 Oct 2005 20:14 GMT | 4 |
I have a document that I open up and import data from a Sql Database. I perform this with VBA code. I make an adjustment to the margins that changes text entered into the document. It also changes the width of the headers and footers which is something that I dont want to ...
|
| Copy Paste Macro | 27 Oct 2005 19:57 GMT | 2 |
From within a Word document how do I write a macro that will open an Excel file say c:\Info.xls copy range A1:C20 and paste special as a picture into the word document. All help is appreciated
|
| Conditional drop down list | 27 Oct 2005 19:54 GMT | 8 |
I'm using code that Doug Robbins provided to a previous post. I'm very fortunate to have stumble across that little gold nugget. Thanks Doug. The code is using a table in word to fill in the drop down boxes on a user form. I'm having a problem when I try to show my user form. ...
|
| Putting an image in a table cell | 27 Oct 2005 19:26 GMT | 2 |
I have some code (below) that creates table rows and writes data from a database, and symbols to the new cells. I have a small image that needs to go into each row too, If I have the image in the first row is there anyway to put it into each new row
|
| Selection.HeaderFooter.LinkToPrevious | 27 Oct 2005 19:02 GMT | 5 |
To shut off my link to previous for the current page and then the next page, I did the following but it only shuts off the headers, not the footers. I get the same code when I follow my keystrokes. Why is this nor working? ActiveWindow.ActivePane.View.SeekView = ...
|
| changing textfile with VBA | 27 Oct 2005 18:31 GMT | 1 |
how can I delete the first line from a textfile by vba, or how can i delete a special string from a textfile by vba. Greetings and thanks Tobias Wolff
|
| Using application.visible | 27 Oct 2005 17:50 GMT | 1 |
When I use application.visible = false and then turn it back on when the macro has finished, the following occurs: The window screen that appears is fine. However, there is another document that is created at the same time. When I change windows to look at that
|
| How do I include a "blank" choice in a drop down list? | 27 Oct 2005 14:30 GMT | 4 |
I am creating a form letter. in the RE: section, there are several drop down lists but not all need to be filled out with every letter. How do I designated a "blank" choice on those lists so an unused drop down list will not show on the letter.
|
| Trying to simulate a pause in VBA | 27 Oct 2005 14:00 GMT | 3 |
I have looked at the article: http://support.microsoft.com/?kbid=212711 It appears to me that there is a bug in this code. When my BEFORE code is Selection.TypeText("1") and my AFTER code is
|
| Insert Landscape Page | 27 Oct 2005 13:37 GMT | 2 |
I need to create a macro that inserts a page break after the current page (which could or could not be the last page) and creates a landscape page. The problem is I don't know how to test for where the user will be in the document.
|
| Outlook 2003 Addressbook | 27 Oct 2005 13:14 GMT | 2 |
Can anyone provide code for Word 2003 that will prompt to pull name/address info from the Outlook Contacts folder -- specifically from another users Outlook Contact folder that I have access to. Thank you in advance for your help.
|