| Thread | Last Post | Replies |
|
| trying to use "Load a ListBox from a Named Range in Excel using DAO" | 26 Apr 2006 01:44 GMT | 1 |
Usinng word2k, Win 2k I found this Code on the mvp website. It looks pretty straight forward. When i tried to run it I get a "runtime errror 3011" Microsoft jet database engine could not find object 'myobj' make sure the object
|
| Images never paste in document as "inline" | 26 Apr 2006 00:01 GMT | 2 |
Word2003. Tools.Options.Edit.PastePicturesAs - Inline with text. I am trying to paste an image from the clipboard into a Word Document via VBA. I have the setting set correctly under tools. It never pastes as inline. After pasting, I always have to explicitly convert to inline ...
|
| Drop down formfield limitation of 25 items in the list | 25 Apr 2006 23:20 GMT | 4 |
Running WORD 2002. I want to use a dropdown list for a date, but the days field would need to have 31 items. Can I increase the limitation on the number of items in a dropdown list?
|
| Word 2003 AND Calling Outlook 2003 | 25 Apr 2006 21:38 GMT | 2 |
We have several templates with a VB fill-in form that eventually gets send via email. We just are moving to Outlook 2003 from Groupwise and receive the message "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this?
|
| You should be able to create a shortcut for Paste Special in Word | 25 Apr 2006 20:34 GMT | 2 |
In Word 2000 you could at least create a keyboard short cut or a macro (and assign a keyboard shortcut to it) to use to Paste Special/Unformatted text. In Word 2003, not only can you not create a shortcut, but the same macro won't work. And putting it on a menu bar doesn't work ...
|
| Inserting text gathered from InputBox | 25 Apr 2006 20:22 GMT | 2 |
Hi, I'm using Word 03. I'm missing something here, but I want to insert the text obtained from the user responding to the InputBox, here's what I have: Sub newtest() Dim Message, Title, Default
|
| loop to act on one object at a time... | 25 Apr 2006 19:51 GMT | 4 |
I have a number of objects that I pasted special from Excel in Word and have written a macro to adjust its properties. However, anytime the size is adjusted with multiple objects selected it takes all the objects, which are on different pages, and puts them on top of each other ...
|
| Save As won't work | 25 Apr 2006 18:26 GMT | 2 |
I am unable to take a saved document and save it as a new document with another name. Everytime I try the program does not respond.
|
| how to set the cursor(mouse pointer) at the end of the bookmark? | 25 Apr 2006 15:46 GMT | 4 |
I am adding a bookmark dynamically in word document using vb.net. All i want is i want to set my cursor position(mouse pointer) at the end of the bookmark text. Here is the code i am using to create bookmark.
|
| Is there a better way? | 25 Apr 2006 15:31 GMT | 3 |
I am trying to develop a routine that will present user with a list of items which the user can select (1 or more up to about 20). Once the user makes their selection the items will be insert as bullet-ed items into the document. At this stage my most promising idea is to put the
|
| help with 2 or more lines in text box | 25 Apr 2006 14:35 GMT | 2 |
I want to use a userform to collect data from user for insertion in word document, the first text box should collect the name and address for insertion at top of a letter as an address block. i have set the multiline property to true but how do i enter returns in the
|
| How to see macros in Word document without opening this document? | 25 Apr 2006 11:02 GMT | 4 |
How to see a macro code in specific Word document without opening this document?
|
| How to add a bookmark to an existing formfield using a macro/proce | 25 Apr 2006 05:35 GMT | 5 |
I'd like to run a macro to check for formfields that do not have a bookmark defined and insert a bookmark. When I run the following code, I get an error -2147467259, description = "automation error unspecified". Can someone show me how to fix
|
| Copy information between style | 25 Apr 2006 04:55 GMT | 3 |
I have an existing word document and I want to lift all the data which does not have the style "Heading 1" and paste it into a new document. This works fine by iterating thru the document and checking for Paragraph.Style
|
| Macro to detect Header text in Section 3 of document | 25 Apr 2006 02:46 GMT | 2 |
I need a routine to determine the presence of text in the various "stories" in my document. If text is present, I work on the text. If no text is present, I can skip processing in the story. In particular (and where the below routine seems to fall apart), I want to
|